@Target(value=PARAMETER)
@Retention(value=RUNTIME)
public @interface BType
ArgumentType or an ArgumentTypeFactory.
Note that the supplied type must be either:
This class must implement ArgumentType or ArgumentTypeFactory.
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.Class<?> |
value
The type to use
|