Home | History | Annotate | Download | only in file

Lines Matching defs:fieldAnnotations

47     private ArrayList<FieldAnnotationStruct> fieldAnnotations;
62 fieldAnnotations = null;
81 (fieldAnnotations == null) &&
96 (fieldAnnotations == null) &&
158 if (fieldAnnotations == null) {
159 fieldAnnotations = new ArrayList<FieldAnnotationStruct>();
162 fieldAnnotations.add(new FieldAnnotationStruct(field,
247 if (fieldAnnotations != null) {
248 for (FieldAnnotationStruct item : fieldAnnotations) {
277 int elementCount = listSize(fieldAnnotations)
287 int fieldsSize = listSize(fieldAnnotations);
308 Collections.sort(fieldAnnotations);
312 for (FieldAnnotationStruct item : fieldAnnotations) {
364 if (fieldAnnotations != null) {
366 for (FieldAnnotationStruct item : fieldAnnotations) {