javax.enterprise.util
Class AnnotationLiteral<T extends Annotation>

java.lang.Object
  extended by 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

Nested Class Summary
protected static class AnnotationLiteral.PrivilegedActionForAccessibleObject
           
 
Constructor Summary
protected AnnotationLiteral()
           
 
Method Summary
 Class<? extends Annotation> annotationType()
           
 boolean equals(Object other)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnnotationLiteral

protected AnnotationLiteral()
Method Detail

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.