@Target(value=PARAMETER)
@Retention(value=CLASS)
@Documented
@Deprecated
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
Deprecated.
Defines an exact class the parameter must match for unambiguous resolution.
|
Copyright © 2015 Red Hat, Inc.