Class ProjectSpecificAnnotationsManager.AnnotationInfo

  • Enclosing class:
    ProjectSpecificAnnotationsManager

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

      • 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 Detail

      • AnnotationInfo

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

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