Uses of Class
net.sourceforge.retroweaver.runtime.java.lang.annotation.RetentionPolicy

Packages that use RetentionPolicy
net.sourceforge.retroweaver.runtime.java.lang.annotation   
 

Uses of RetentionPolicy in net.sourceforge.retroweaver.runtime.java.lang.annotation
 

Methods in net.sourceforge.retroweaver.runtime.java.lang.annotation that return RetentionPolicy
static RetentionPolicy RetentionPolicy.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RetentionPolicy[] RetentionPolicy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.