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.Annotated
public Set<Annotation> getAnnotations()
getAnnotations
in interface javax.enterprise.inject.spi.Annotated
public boolean isAnnotationPresent(Class<? extends Annotation> annotationType)
isAnnotationPresent
in interface javax.enterprise.inject.spi.Annotated
public Type getBaseType()
getBaseType
in interface javax.enterprise.inject.spi.Annotated
public Set<Type> getTypeClosure()
getTypeClosure
in interface javax.enterprise.inject.spi.Annotated
Copyright © 2016. All rights reserved.