Interface Annotation
- All Known Implementing Classes:
Async.Execute, Async.Schedule, Deprecated, Documented, Inherited, Override, Retention, SafeVarargs, SuppressWarnings, Target
public interface Annotation
A mirror of java.lang.Annotation.
-
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation> Returns the annotation type of this annotation.booleanReturns true if the specified object represents an annotation that is logically equivalent to this one.inthashCode()Returns the hash code of this annotation, as defined below:toString()Returns a string representation of this annotation.
-
Method Details
-
annotationType
Class<? extends Annotation> annotationType()Returns the annotation type of this annotation. -
equals
-
hashCode
-
toString
-