Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Uses of Enum
java.lang.annotation.RetentionPolicy
Packages that use RetentionPolicy
Provides library support for the Java programming language annotation facility.
Class declarations in java.lang.annotation with type arguments of type RetentionPolicy
enum
Annotation retention policy.
RetentionPolicy.CLASS
Annotations are to be recorded in the class file by the compiler but need not be retained by the VM at run time.
RetentionPolicy.RUNTIME
Annotations are to be recorded in the class file by the compiler and retained by the VM at run time, so they may be read reflectively.
RetentionPolicy.SOURCE
Annotations are to be discarded by the compiler.
Methods in java.lang.annotation that return RetentionPolicy
RetentionPolicy.valueOf(String name)
RetentionPolicy.values()
Annotation elements in java.lang.annotation that return RetentionPolicy
Retention.value
Returns the retention policy.

 Use 
PREV   NEXT      All Classes   All Packages
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