T - wrapped annotation classpublic abstract class AnnotationLiteral<T extends Annotation> extends Object implements Annotation, Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
AnnotationLiteral() |
public Class<? extends Annotation> annotationType()
annotationType in interface Annotationpublic boolean equals(Object other)
equals in interface Annotationequals in class Objectpublic int hashCode()
hashCode in interface AnnotationhashCode in class Objectpublic String toString()
toString in interface AnnotationtoString in class ObjectCopyright © 2013. All rights reserved.