org.jboss.solder.literal
Class ProducesLiteral

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

public class ProducesLiteral
extends javax.enterprise.util.AnnotationLiteral<javax.enterprise.inject.Produces>
implements javax.enterprise.inject.Produces

See Also:
Serialized Form

Field Summary
static javax.enterprise.inject.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 javax.enterprise.inject.Produces INSTANCE
Constructor Detail

ProducesLiteral

public ProducesLiteral()


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