org.apache.sirona.cdi.internal
Class WrappedAnnotatedType<A>
java.lang.Object
org.apache.sirona.cdi.internal.WrappedAnnotatedType<A>
- All Implemented Interfaces:
- javax.enterprise.inject.spi.Annotated, javax.enterprise.inject.spi.AnnotatedType<A>
public class WrappedAnnotatedType<A>
- extends Object
- implements javax.enterprise.inject.spi.AnnotatedType<A>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WrappedAnnotatedType
public WrappedAnnotatedType(javax.enterprise.inject.spi.AnnotatedType<A> at)
getAnnotations
public Set<Annotation> getAnnotations()
- Specified by:
getAnnotations in interface javax.enterprise.inject.spi.Annotated
getAnnotation
public <T extends Annotation> T getAnnotation(Class<T> annotationType)
- Specified by:
getAnnotation in interface javax.enterprise.inject.spi.Annotated
isAnnotationPresent
public boolean isAnnotationPresent(Class<? extends Annotation> annotationType)
- Specified by:
isAnnotationPresent in interface javax.enterprise.inject.spi.Annotated
getJavaClass
public Class<A> getJavaClass()
- Specified by:
getJavaClass in interface javax.enterprise.inject.spi.AnnotatedType<A>
getConstructors
public Set<javax.enterprise.inject.spi.AnnotatedConstructor<A>> getConstructors()
- Specified by:
getConstructors in interface javax.enterprise.inject.spi.AnnotatedType<A>
getMethods
public Set<javax.enterprise.inject.spi.AnnotatedMethod<? super A>> getMethods()
- Specified by:
getMethods in interface javax.enterprise.inject.spi.AnnotatedType<A>
getFields
public Set<javax.enterprise.inject.spi.AnnotatedField<? super A>> getFields()
- Specified by:
getFields in interface javax.enterprise.inject.spi.AnnotatedType<A>
getBaseType
public Type getBaseType()
- Specified by:
getBaseType in interface javax.enterprise.inject.spi.Annotated
getTypeClosure
public Set<Type> getTypeClosure()
- Specified by:
getTypeClosure in interface javax.enterprise.inject.spi.Annotated
Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.