Class ProjectSpecificAnnotationsManager.AnnotationInfo

java.lang.Object
net.sf.basedb.core.ProjectSpecificAnnotationsManager.AnnotationInfo
Enclosing class:
ProjectSpecificAnnotationsManager

static class ProjectSpecificAnnotationsManager.AnnotationInfo
extends Object
Holds some information about the annotation that has been created.
  • Field Details

    • id

      final int id
    • annotationSet

      final int annotationSet
    • annotationType

      final int annotationType
    • project

      final int project
    • parent

      final int parent
    • parentSet

      final int parentSet
    • parentOverride

      final int parentOverride
  • Constructor Details

    • AnnotationInfo

      AnnotationInfo​(int id, int annotationSet, int annotationType, int project)
    • AnnotationInfo

      AnnotationInfo​(int id, int annotationSet, int parent, int parentSet, int parentOverride, int project)
  • Method Details