Class NoopAnnotatedType<X>
java.lang.Object
org.apache.tapestry5.internal.jpa.NoopAnnotatedType<X>
- All Implemented Interfaces:
javax.enterprise.inject.spi.Annotated
,javax.enterprise.inject.spi.AnnotatedType<X>
public class NoopAnnotatedType<X>
extends Object
implements javax.enterprise.inject.spi.AnnotatedType<X>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T extends Annotation>
TgetAnnotation
(Class<T> annotationType) boolean
isAnnotationPresent
(Class<? extends Annotation> annotationType)
-
Constructor Details
-
NoopAnnotatedType
public NoopAnnotatedType()
-
-
Method Details
-
getBaseType
- Specified by:
getBaseType
in interfacejavax.enterprise.inject.spi.Annotated
-
getTypeClosure
- Specified by:
getTypeClosure
in interfacejavax.enterprise.inject.spi.Annotated
-
getAnnotation
- Specified by:
getAnnotation
in interfacejavax.enterprise.inject.spi.Annotated
-
getAnnotations
- Specified by:
getAnnotations
in interfacejavax.enterprise.inject.spi.Annotated
-
isAnnotationPresent
- Specified by:
isAnnotationPresent
in interfacejavax.enterprise.inject.spi.Annotated
-
getJavaClass
- Specified by:
getJavaClass
in interfacejavax.enterprise.inject.spi.AnnotatedType<X>
-
getConstructors
- Specified by:
getConstructors
in interfacejavax.enterprise.inject.spi.AnnotatedType<X>
-
getMethods
- Specified by:
getMethods
in interfacejavax.enterprise.inject.spi.AnnotatedType<X>
-
getFields
- Specified by:
getFields
in interfacejavax.enterprise.inject.spi.AnnotatedType<X>
-