org.apache.webbeans.annotation
Class DefaultLiteral

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

public class DefaultLiteral
extends javax.enterprise.util.AnnotationLiteral<javax.enterprise.inject.Default>
implements javax.enterprise.inject.Default

Default literal annotation.

Since:
1.0
See Also:
Serialized Form

Constructor Summary
DefaultLiteral()
           
 
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

DefaultLiteral

public DefaultLiteral()
Method Detail

hashCode

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

equals

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

toString

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


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