103104105106107108109110
} } if (notAssignedAttributes != null) { throw new AnnotationValidationException("Unable to fill in default attributes for " + annotation + " " + notAssignedAttributes); } }
7273747576777879
/* */ /* */ } /* */ /* 106 */ if (notAssignedAttributes != null) /* */ { /* 108 */ throw new AnnotationValidationException("Unable to fill in default attributes for " + annotation + " " + notAssignedAttributes); /* */ } /* */ }