org.jboss.weld.introspector
Class DiscoveredExternalAnnotatedType<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>
              extended by org.jboss.weld.introspector.DiscoveredExternalAnnotatedType<X>
All Implemented Interfaces:
javax.enterprise.inject.spi.Annotated, javax.enterprise.inject.spi.AnnotatedType<X>

public class DiscoveredExternalAnnotatedType<X>
extends ExternalAnnotatedType<X>

A wrapper for annotated types that are modified as part of the discovery process

Author:
pmuir, alesj

Method Summary
 boolean isModifed()
          Did we modify the original.
static
<X> javax.enterprise.inject.spi.AnnotatedType<X>
of(javax.enterprise.inject.spi.AnnotatedType<X> annotatedType, javax.enterprise.inject.spi.AnnotatedType<?> original)
           
 
Methods inherited from class org.jboss.weld.introspector.ExternalAnnotatedType
delegate, of
 
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
 

Method Detail

of

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

isModifed

public boolean isModifed()
Did we modify the original.

Returns:
true if modified, false otherwise


Copyright © 2013 Seam Framework. All Rights Reserved.