javax.enterprise.util
Class AnnotationLiteral<T extends Annotation>
java.lang.Object
javax.enterprise.util.AnnotationLiteral<T>
- Type Parameters:
T
- wrapped annotation class
- All Implemented Interfaces:
- Serializable, Annotation
public abstract class AnnotationLiteral<T extends Annotation>
- extends Object
- implements Annotation, Serializable
Annotation literal utility.
- Version:
- $Rev$ $Date$
- See Also:
- Serialized Form
AnnotationLiteral
protected AnnotationLiteral()
annotationType
public Class<? extends Annotation> annotationType()
- Specified by:
annotationType
in interface Annotation
equals
public boolean equals(Object other)
- Specified by:
equals
in interface Annotation
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Specified by:
hashCode
in interface Annotation
- Overrides:
hashCode
in class Object
toString
public String toString()
- Specified by:
toString
in interface Annotation
- Overrides:
toString
in class Object
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.