org.jboss.seam.solder.literal
Class GenericConfigurationLiteral

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

public class GenericConfigurationLiteral
extends AnnotationLiteral<GenericConfiguration>
implements GenericConfiguration

See Also:
Serialized Form

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

GenericConfigurationLiteral

public GenericConfigurationLiteral(Class<? extends Annotation> value)
Method Detail

value

public Class<? extends Annotation> value()


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