Class AnnotatedTargetType
java.lang.Object
net.dzikoysk.cdn.reflect.AnnotatedTargetType
- All Implemented Interfaces:
TargetType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<A extends Annotation>
AgetAnnotation(Class<A> annotation) Class<?> getType()booleanisAnnotationPresent(Class<? extends Annotation> annotation)
-
Constructor Details
-
AnnotatedTargetType
-
-
Method Details
-
getAnnotatedActualTypeArguments
- Specified by:
getAnnotatedActualTypeArgumentsin interfaceTargetType
-
getAnnotation
- Specified by:
getAnnotationin interfaceTargetType
-
isAnnotationPresent
- Specified by:
isAnnotationPresentin interfaceTargetType
-
getAnnotatedMembers
- Specified by:
getAnnotatedMembersin interfaceTargetType
-
getType
- Specified by:
getTypein interfaceTargetType
-