@Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface Forwardable
E.g. @Ptr can be forwarded to @MyPtr if the MyPtr annotation class is annotated with @Ptr
@Ptr
@MyPtr
Copyright © 2009-2020. All Rights Reserved.