Class 
Use 
SUMMARY: REQUIRED | OPTIONAL      DETAIL: ELEMENT
FlexDoc/Javadoc 2.0
Demo Java Doc

java.base / java.lang.annotation
Annotation Type Inherited

@Documented
@Retention(RUNTIME)
public @interface Inherited
Indicates that an annotation interface is automatically inherited. If an Inherited meta-annotation is present on an annotation interface declaration, and the user queries the annotation interface on a class declaration, and the class declaration has no annotation for this interface, then the class's superclass will automatically be queried for the annotation interface. This process will be repeated until an annotation for this interface is found, or the top of the class hierarchy (Object) is reached. If no superclass has an annotation for this interface, then the query will indicate that the class in question has no such annotation.

Note that this meta-annotation interface has no effect if the annotated interface is used to annotate anything other than a class. Note also that this meta-annotation only causes annotations to be inherited from superclasses; annotations on implemented interfaces have no effect.

Since:
1.5
Author:
Joshua Bloch

 Class 
Use 
SUMMARY: REQUIRED | OPTIONAL      DETAIL: ELEMENT
FlexDoc/Javadoc 2.0
Demo Java Doc

Java API documentation generated with FlexDoc/Javadoc 2.0 using JavadocClassic 3.0 template set.
FlexDoc/Javadoc is a template-driven programming tool for rapid development of any Javadoc-based Java API documentation generators (i.e. doclets). If you need to customize your Javadoc without writing a full-blown doclet from scratch, FlexDoc/Javadoc may be the only tool able to help you! Find out more at www.flexdoc.xyz