KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > lang > annotation > RetentionPolicy

java.lang.annotation
Enum RetentionPolicy

java.lang.Object
  extended by java.lang.Enum<RetentionPolicy>
      extended by java.lang.annotation.RetentionPolicy
All Implemented Interfaces:
Serializable, Comparable<RetentionPolicy>
See Also:
Top Examples, Retention

public static final RetentionPolicy CLASS
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final RetentionPolicy RUNTIME
See Also:
AnnotatedElement
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final RetentionPolicy SOURCE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static RetentionPolicy valueOf(String name)
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final RetentionPolicy[] values()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags