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