org.jboss.solder.bean.defaultbean
Class DefaultBeanInformation.Literal

java.lang.Object
  extended by javax.enterprise.util.AnnotationLiteral<DefaultBeanInformation>
      extended by org.jboss.solder.bean.defaultbean.DefaultBeanInformation.Literal
All Implemented Interfaces:
Serializable, Annotation, DefaultBeanInformation
Enclosing class:
DefaultBeanInformation

public static class DefaultBeanInformation.Literal
extends javax.enterprise.util.AnnotationLiteral<DefaultBeanInformation>
implements DefaultBeanInformation

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jboss.solder.bean.defaultbean.DefaultBeanInformation
DefaultBeanInformation.Literal
 
Constructor Summary
DefaultBeanInformation.Literal(Set<Annotation> qualifiers)
           
 
Method Summary
 Set<Annotation> getQualifiers()
           
 
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

DefaultBeanInformation.Literal

public DefaultBeanInformation.Literal(Set<Annotation> qualifiers)
Method Detail

getQualifiers

public Set<Annotation> getQualifiers()


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