org.jboss.cdi.tck.tests.extensions.annotated
Class TestAnnotated
java.lang.Object
org.jboss.cdi.tck.tests.extensions.annotated.TestAnnotated
- All Implemented Interfaces:
- javax.enterprise.inject.spi.Annotated
- Direct Known Subclasses:
- TestAnnotatedType
public class TestAnnotated
- extends Object
- implements javax.enterprise.inject.spi.Annotated
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestAnnotated
public TestAnnotated(javax.enterprise.inject.spi.Annotated delegate,
Annotation... annotations)
getAnnotation
public <T extends Annotation> T getAnnotation(Class<T> arg0)
- Specified by:
getAnnotation in interface javax.enterprise.inject.spi.Annotated
getAnnotations
public Set<Annotation> getAnnotations()
- Specified by:
getAnnotations in interface javax.enterprise.inject.spi.Annotated
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
isAnnotationPresent
public boolean isAnnotationPresent(Class<? extends Annotation> arg0)
- Specified by:
isAnnotationPresent in interface javax.enterprise.inject.spi.Annotated
Copyright © 2008-2013 Seam Framework. All Rights Reserved.