org.jboss.solder.literal
Class TypedLiteral

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

public class TypedLiteral
extends javax.enterprise.util.AnnotationLiteral<javax.enterprise.inject.Typed>
implements javax.enterprise.inject.Typed

See Also:
Serialized Form

Constructor Summary
TypedLiteral(java.lang.Class<?>[] value)
           
 
Method Summary
 java.lang.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

TypedLiteral

public TypedLiteral(java.lang.Class<?>[] value)
Method Detail

value

public java.lang.Class<?>[] value()


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