| java.lang.annotation.Annotation |
The interface implemented by all annotations. This interface is NOT an annotation itself and any interface that extends this one is NOT an annotation either.
Known Indirect Subclasses| Class | annotationType() | ||||
Returns the type of this annotation. |
|||||
| boolean | equals(Object obj) | ||||
Determines whether or not this annotation is equivalent to the annotation passed. |
|||||
| int | hashCode() | ||||
Returns the hash value of this annotation. |
|||||
| String | toString() | ||||
Returns a String representation of this annotation. |
|||||
Returns the type of this annotation.
Determines whether or not this annotation is equivalent to the annotation passed.
| obj | The object to compare to. |
|---|
true if obj is equal to this,
otherwise false.
Returns the hash value of this annotation.
Returns a String representation of this annotation.