Package net.sf.basedb.core
Class ProjectSpecificAnnotationsManager.AnnotationInfo
java.lang.Object
net.sf.basedb.core.ProjectSpecificAnnotationsManager.AnnotationInfo
- Enclosing class:
- ProjectSpecificAnnotationsManager
Holds some information about the annotation that
has been created.
-
Field Summary
Modifier and TypeFieldDescription(package private) final int
(package private) final int
(package private) final int
(package private) final int
(package private) final int
(package private) final int
(package private) final int
-
Constructor Summary
ConstructorDescriptionAnnotationInfo
(int id, int annotationSet, int annotationType, int project) AnnotationInfo
(int id, int annotationSet, int parent, int parentSet, int parentOverride, int project) -
Method Summary
-
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