Package org.jboss.weld.literal
Class NewLiteral
- java.lang.Object
-
- javax.enterprise.util.AnnotationLiteral<javax.enterprise.inject.New>
-
- org.jboss.weld.literal.NewLiteral
-
- All Implemented Interfaces:
Annotation
public class NewLiteral extends javax.enterprise.util.AnnotationLiteral<javax.enterprise.inject.New> implements javax.enterprise.inject.NewAnnotation literal forNew- Author:
- Pete Muir
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static NewLiteralDEFAULT_INSTANCE
-
Constructor Summary
Constructors Constructor Description NewLiteral(Class<?> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>value()-
Methods inherited from class javax.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
-
-
-
-
Field Detail
-
DEFAULT_INSTANCE
public static final NewLiteral DEFAULT_INSTANCE
-
-
Constructor Detail
-
NewLiteral
public NewLiteral(Class<?> value)
-
-
Method Detail
-
value
public Class<?> value()
-
-