T - the base typeS - the annotated element typepublic abstract class ForwardingAnnotated extends Object implements javax.enterprise.inject.spi.Annotated
| Constructor and Description |
|---|
ForwardingAnnotated() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract javax.enterprise.inject.spi.Annotated |
delegate() |
boolean |
equals(Object obj) |
<A extends Annotation> |
getAnnotation(Class<A> annotationType) |
Set<Annotation> |
getAnnotations() |
Type |
getBaseType() |
Set<Type> |
getTypeClosure() |
int |
hashCode() |
boolean |
isAnnotationPresent(Class<? extends Annotation> annotationType) |
String |
toString() |
protected abstract javax.enterprise.inject.spi.Annotated delegate()
public <A extends Annotation> A getAnnotation(Class<A> annotationType)
getAnnotation in interface javax.enterprise.inject.spi.Annotatedpublic Set<Annotation> getAnnotations()
getAnnotations in interface javax.enterprise.inject.spi.Annotatedpublic boolean isAnnotationPresent(Class<? extends Annotation> annotationType)
isAnnotationPresent 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.AnnotatedCopyright © 2014 Seam Framework. All Rights Reserved.