org.apache.webbeans.annotation
Class DefaultLiteral
java.lang.Object
javax.enterprise.util.AnnotationLiteral<javax.enterprise.inject.Default>
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
| Methods inherited from class javax.enterprise.util.AnnotationLiteral |
annotationType |
DefaultLiteral
public DefaultLiteral()
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.