public class AbstractAnnotationImpl extends Object implements Annotation
| Constructor and Description |
|---|
AbstractAnnotationImpl()
Create a new AbstractAnnotationImpl.
|
AbstractAnnotationImpl(Class<? extends Annotation> annotationType)
Create a new AbstractAnnotationImpl.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Annotation> |
annotationType() |
boolean |
equals(Object object) |
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waittoStringpublic AbstractAnnotationImpl()
public AbstractAnnotationImpl(Class<? extends Annotation> annotationType)
annotationType - the annotation typepublic Class<? extends Annotation> annotationType()
annotationType in interface Annotationpublic boolean equals(Object object)
equals in interface Annotationequals in class Objectpublic int hashCode()
hashCode in interface AnnotationhashCode in class ObjectCopyright © 2017 JBoss by Red Hat. All rights reserved.