|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Annotation
A mirror of java.lang.Annotation.
Method Summary | |
---|---|
java.lang.Class<? extends Annotation> |
annotationType()
Returns the annotation type of this annotation. |
boolean |
equals(java.lang.Object obj)
Returns true if the specified object represents an annotation that is logically equivalent to this one. |
int |
hashCode()
Returns the hash code of this annotation, as defined below: |
java.lang.String |
toString()
Returns a string representation of this annotation. |
Method Detail |
---|
java.lang.Class<? extends Annotation> annotationType()
boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
int hashCode()
hashCode
in class java.lang.Object
java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |