Annotation Interface AnnotateOriginal


@Retention(RUNTIME) @Target(METHOD) public @interface AnnotateOriginal
This annotation allows to add additional annotations to existing methods but keep the implementation as it is.

The element can also be annotated with TargetElement to specify additional properties. See TargetClass for an overview of the annotation system.

Since:
22.3