Uses of Class
net.sf.retrotranslator.runtime.java.lang.annotation.RetentionPolicy_

Packages that use RetentionPolicy_
net.sf.retrotranslator.runtime.java.lang.annotation   
 

Uses of RetentionPolicy_ in net.sf.retrotranslator.runtime.java.lang.annotation
 

Methods in net.sf.retrotranslator.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're declared.