Annotation Interface GenerateWrapper.Ignore

Enclosing class:
GenerateWrapper

@Retention(CLASS) @Target(METHOD) public static @interface GenerateWrapper.Ignore
Annotates a method which should not be instrumented in the generated wrapper subclass. The generated wrapper can still delegate to this method if it is abstract and can be overridden.
Since:
21.3
See Also: