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, wait
toString
public AbstractAnnotationImpl()
public AbstractAnnotationImpl(Class<? extends Annotation> annotationType)
annotationType
- the annotation typepublic Class<? extends Annotation> annotationType()
annotationType
in interface Annotation
public boolean equals(Object object)
equals
in interface Annotation
equals
in class Object
public int hashCode()
hashCode
in interface Annotation
hashCode
in class Object
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.