@Target(value={FIELD,METHOD,PARAMETER}) @Retention(value=RUNTIME) public @interface Via
Modifier and Type | Optional Element and Description |
---|---|
Class<? extends ViaProviderType> |
type
The specific ViaProvider which will handle retrieval of the adaptable.
|
String |
value
A string value which the via provider uses to determine the correct adaptable.
|
public abstract String value
public abstract Class<? extends ViaProviderType> type
Copyright © 2017 The Apache Software Foundation. All rights reserved.