Class AnnotationModule.AnnotationInfo<A extends java.lang.annotation.Annotation>
java.lang.Object
com.github.collinalpert.java2db.modules.AnnotationModule.AnnotationInfo<A>
- Type Parameters:
A- The type of the annotation.
- Enclosing class:
- AnnotationModule
public static final class AnnotationModule.AnnotationInfo<A extends java.lang.annotation.Annotation>
extends java.lang.Object
A helper class for determining information of an annotation above a field.
-
Constructor Summary
Constructors Constructor Description AnnotationInfo()AnnotationInfo(boolean hasAnnotation, A annotation) -
Method Summary
Modifier and Type Method Description AgetAnnotation()booleanhasAnnotation()
-
Constructor Details
-
AnnotationInfo
public AnnotationInfo() -
AnnotationInfo
-
-
Method Details
-
hasAnnotation
public boolean hasAnnotation() -
getAnnotation
-