@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. |
Copyright © 2014–2020. All rights reserved.