java.lang.annotation
Interface Annotation

All Known Implementing Classes:
Deprecated, Documented, Inherited, Override, Retention, SuppressWarnings, Target


public interface Annotation

This is the Annotation interface.


Method Summary
 Class<? extends Annotation> annotationType()
           
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 

Method Detail

equals

boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

int hashCode()
Overrides:
hashCode in class Object

toString

String toString()
Overrides:
toString in class Object

annotationType

Class<? extends Annotation> annotationType()