@Documented
@Retention(value=RUNTIME)
@Target(value=PARAMETER)
public @interface This
Modifier and Type | Optional Element and Description |
---|---|
boolean |
optional
Determines if the annotated parameter should be bound to
null when intercepting a static method. |