org.jboss.cdi.tck.literals
Class NewLiteral
java.lang.Object
javax.enterprise.util.AnnotationLiteral<javax.enterprise.inject.New>
org.jboss.cdi.tck.literals.NewLiteral
- All Implemented Interfaces:
- Serializable, Annotation, javax.enterprise.inject.New
public class NewLiteral
- extends javax.enterprise.util.AnnotationLiteral<javax.enterprise.inject.New>
- implements javax.enterprise.inject.New
Annotation literal for New
- See Also:
- Serialized Form
|
Field Summary |
static javax.enterprise.inject.New |
INSTANCE
The container defaults the value to the declared type of the injection point |
| Methods inherited from class javax.enterprise.util.AnnotationLiteral |
annotationType, equals, hashCode, toString |
INSTANCE
public static final javax.enterprise.inject.New INSTANCE
- The container defaults the value to the declared type of the injection point
NewLiteral
public NewLiteral(Class<?> value)
value
public Class<?> value()
Copyright © 2008-2012 Seam Framework. All Rights Reserved.