Class ClassTargetType
java.lang.Object
net.dzikoysk.cdn.reflect.ClassTargetType
- 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) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.dzikoysk.cdn.reflect.TargetType
getAnnotatedActualTypeArguments
-
Constructor Details
-
ClassTargetType
-
-
Method Details
-
getAnnotation
- Specified by:
getAnnotationin interfaceTargetType
-
isAnnotationPresent
- Specified by:
isAnnotationPresentin interfaceTargetType
-
getAnnotatedMembers
- Specified by:
getAnnotatedMembersin interfaceTargetType
-
getType
- Specified by:
getTypein interfaceTargetType
-