Annotation Interface InheritAnnotations


@Retention(RUNTIME) @Target({METHOD,TYPE}) public @interface InheritAnnotations
Marker for annotation processors to identify that annotations shall be inherited. An annotation processor is needed to provide the intended functionality.