org.jboss.solder.literal
Class NewLiteral

java.lang.Object
  extended by javax.enterprise.util.AnnotationLiteral<New>
      extended by org.jboss.solder.literal.NewLiteral
All Implemented Interfaces:
Serializable, Annotation, New

public class NewLiteral
extends AnnotationLiteral<New>
implements New

See Also:
Serialized Form

Constructor Summary
NewLiteral(Class<?> value)
           
 
Method Summary
 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
 

Constructor Detail

NewLiteral

public NewLiteral(Class<?> value)
Method Detail

value

public Class<?> value()


Copyright © 2011 Seam Framework. All Rights Reserved.