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.ObjectA 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()
-