@Target(value=PARAMETER)
@Retention(value=CLASS)
@Documented
public @interface Param
value()
option will allow an optional class to be specified which will have to match the exact type of
the parameter in question, to enable unambiguous resolution. The value must be the fully qualified class name.Modifier and Type | Optional Element and Description |
---|---|
java.lang.Class<?> |
value
Defines an exact class the parameter must match for unambiguous resolution.
|