Package net.sf.basedb.core
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 Summary
Fields Modifier and Type Field Description (package private) int
annotationSet
(package private) int
annotationType
(package private) int
id
(package private) int
parent
(package private) int
parentOverride
(package private) int
parentSet
(package private) int
project
-
Constructor Summary
Constructors Constructor Description AnnotationInfo(int id, int annotationSet, int annotationType, int project)
AnnotationInfo(int id, int annotationSet, int parent, int parentSet, int parentOverride, int project)
-