| Class | Description |
|---|---|
| RemovingAnnotationHandler<T extends java.lang.annotation.Annotation> |
An abstract annotation handler which handles all annotations of the given type.
The handled transformer methods are removed from the transformer class afterward. |
| RemovingTargetAnnotationHandler<T extends java.lang.annotation.Annotation> |
An abstract annotation handler which handles all annotations of the given type.
The handled transformer methods are removed from the transformer class afterward. The target methods of the transformer are automatically parsed. |