org.jboss.weld.introspector
Class DiscoveredExternalAnnotatedType<X>
java.lang.Object
org.jboss.weld.introspector.ForwardingAnnotated
org.jboss.weld.introspector.ForwardingAnnotatedType<X>
org.jboss.weld.introspector.ExternalAnnotatedType<X>
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 interface javax.enterprise.inject.spi.Annotated |
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent |
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.