org.jboss.weld.introspector
Class ExternalAnnotatedType<X>

java.lang.Object
  extended by org.jboss.weld.introspector.ForwardingAnnotated
      extended by org.jboss.weld.introspector.ForwardingAnnotatedType<X>
          extended by org.jboss.weld.introspector.ExternalAnnotatedType<X>
All Implemented Interfaces:
javax.enterprise.inject.spi.Annotated, javax.enterprise.inject.spi.AnnotatedType<X>
Direct Known Subclasses:
DiscoveredExternalAnnotatedType

public class ExternalAnnotatedType<X>
extends ForwardingAnnotatedType<X>


Constructor Summary
protected ExternalAnnotatedType(javax.enterprise.inject.spi.AnnotatedType<X> delegate)
           
 
Method Summary
 javax.enterprise.inject.spi.AnnotatedType<X> delegate()
           
static
<X> javax.enterprise.inject.spi.AnnotatedType<X>
of(javax.enterprise.inject.spi.AnnotatedType<X> annotatedType)
           
 
Methods inherited from class org.jboss.weld.introspector.ForwardingAnnotatedType
getConstructors, getFields, getJavaClass, getMethods
 
Methods inherited from class org.jboss.weld.introspector.ForwardingAnnotated
equals, getAnnotation, getAnnotations, getBaseType, getTypeClosure, hashCode, isAnnotationPresent, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.enterprise.inject.spi.Annotated
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent
 

Constructor Detail

ExternalAnnotatedType

protected ExternalAnnotatedType(javax.enterprise.inject.spi.AnnotatedType<X> delegate)
Method Detail

of

public static <X> javax.enterprise.inject.spi.AnnotatedType<X> of(javax.enterprise.inject.spi.AnnotatedType<X> annotatedType)

delegate

public javax.enterprise.inject.spi.AnnotatedType<X> delegate()
Specified by:
delegate in class ForwardingAnnotatedType<X>


Copyright © 2013 Seam Framework. All Rights Reserved.