@Retention(value=RUNTIME)
@Target(value=PARAMETER)
public @interface ParseWith
ParameterType or a ParameterType.Factory.
Note that the supplied type must be either:
ParameterType or ParameterType.Factory.| Modifier and Type | Required Element and Description |
|---|---|
java.lang.Class<? extends BaseParameterType> |
value
The type to parse with
|
public abstract java.lang.Class<? extends BaseParameterType> value