@Documented
@Target(value=METHOD)
public @interface Guarded
ArgumentProcessor
to guard specific methods.
This annotation can be only used with methods.
Modifier and Type | Required Element and Description |
---|---|
java.lang.Class<? extends java.lang.Object> |
guard
The guard class defining if the processor method will be inlined or not.
|