@Retention(value=RUNTIME) @Target(value=METHOD) public @interface KeepOriginal
substituted type, keep the original definition of this method. The
default behavior is that all non-substituted methods are implicitly treated as deleted.
The element can also be annotated with TargetElement to specify additional properties.
See TargetClass for an overview of the annotation system.
Copyright © 2018. All rights reserved.