abstract
Class<? extends Annotation>
|
annotationType()
Returns the annotation type of this annotation.
|
abstract
boolean
|
equals(Object obj)
Returns true if the specified object represents an annotation that is
logically equivalent to this one.
|
abstract
int
|
hashCode()
Returns the hash code of this annotation, as defined below:
|
abstract
String
|
toString()
Returns a string representation of this annotation.
|