org.jboss.seam.solder.literal
Class ProducesLiteral

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

public class ProducesLiteral
extends AnnotationLiteral<Produces>
implements Produces

See Also:
Serialized Form

Field Summary
static Produces INSTANCE
           
 
Constructor Summary
ProducesLiteral()
           
 
Method Summary
 
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

INSTANCE

public static final Produces INSTANCE
Constructor Detail

ProducesLiteral

public ProducesLiteral()


Copyright © 2008-2010 Seam Framework. All Rights Reserved.