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