org.apache.webbeans.annotation
Class AnyLiteral

java.lang.Object
  extended by javax.enterprise.util.AnnotationLiteral<javax.enterprise.inject.Any>
      extended by org.apache.webbeans.annotation.AnyLiteral
All Implemented Interfaces:
Serializable, Annotation, javax.enterprise.inject.Any

public class AnyLiteral
extends javax.enterprise.util.AnnotationLiteral<javax.enterprise.inject.Any>
implements javax.enterprise.inject.Any

See Also:
Serialized Form

Constructor Summary
AnyLiteral()
           
 
Method Summary
 boolean equals(Object other)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class javax.enterprise.util.AnnotationLiteral
annotationType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
annotationType
 

Constructor Detail

AnyLiteral

public AnyLiteral()
Method Detail

hashCode

public int hashCode()
Specified by:
hashCode in interface Annotation
Overrides:
hashCode in class javax.enterprise.util.AnnotationLiteral<javax.enterprise.inject.Any>

equals

public boolean equals(Object other)
Specified by:
equals in interface Annotation
Overrides:
equals in class javax.enterprise.util.AnnotationLiteral<javax.enterprise.inject.Any>

toString

public String toString()
Specified by:
toString in interface Annotation
Overrides:
toString in class javax.enterprise.util.AnnotationLiteral<javax.enterprise.inject.Any>


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.