KickJava   Java API By Example, From Geeks To Geeks.

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

java.lang.annotation
Interface Annotation

All Known Implementing Classes:
Deprecated, Documented, Inherited, Override, Retention, SuppressWarnings, Target
See Also:
Top Examples

Class<? extends Annotation> annotationType()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


boolean equals(Object obj)
See Also:
Hashtable, Object.hashCode(), Arrays.equals(long[], long[])
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


int hashCode()
See Also:
Hashtable, Object.equals(java.lang.Object), Arrays.hashCode, Boolean, Short, Long, Integer, Float, Double, Character, Byte
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


String toString()
See Also:
Object
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags