static class ProjectSpecificAnnotationsManager.AnnotationInfo
extends java.lang.Object
Modifier and Type | Field and 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 and Description |
---|
AnnotationInfo(int id,
int annotationSet,
int annotationType,
int project) |
AnnotationInfo(int id,
int annotationSet,
int parent,
int parentSet,
int parentOverride,
int project) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
final int id
final int annotationSet
final int annotationType
final int project
final int parent
final int parentSet
final int parentOverride