/* */ }
/* */
/* */ public AnnotationsItem retrieveAnnotations()
/* */ {
/* 121 */ List annotations = new ArrayList();
/* 122 */ AnnotationItem annotation = retrieveAnnotation(SecurityDomain.class);
/* 123 */ if (annotation != null)
/* 124 */ annotations.add(annotation);
/* 125 */ if (annotations.isEmpty()) {
/* 126 */ return SimpleAnnotationsItem.NO_ANNOTATIONS;
/* */ }