public class AnnotatedWrapper extends Object implements javax.enterprise.inject.spi.Annotated
| Constructor and Description |
|---|
AnnotatedWrapper(javax.enterprise.inject.spi.Annotated delegate,
boolean keepOriginalAnnotations,
Annotation... annotations) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Annotation> |
getAnnotation(Class<T> arg0) |
Set<Annotation> |
getAnnotations() |
Type |
getBaseType() |
Set<Type> |
getTypeClosure() |
boolean |
isAnnotationPresent(Class<? extends Annotation> arg0) |
public AnnotatedWrapper(javax.enterprise.inject.spi.Annotated delegate,
boolean keepOriginalAnnotations,
Annotation... annotations)
public <T extends Annotation> T getAnnotation(Class<T> arg0)
getAnnotation in interface javax.enterprise.inject.spi.Annotatedpublic Set<Annotation> getAnnotations()
getAnnotations in interface javax.enterprise.inject.spi.Annotatedpublic Type getBaseType()
getBaseType in interface javax.enterprise.inject.spi.Annotatedpublic Set<Type> getTypeClosure()
getTypeClosure in interface javax.enterprise.inject.spi.Annotatedpublic boolean isAnnotationPresent(Class<? extends Annotation> arg0)
isAnnotationPresent in interface javax.enterprise.inject.spi.AnnotatedCopyright © 2008-2013 Seam Framework. All Rights Reserved.