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
    A getAnnotation()  
    boolean hasAnnotation()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait