35363738394041
Aggregated annotation = (Aggregated) clazz.getAnnotation(Aggregated.class); return create(annotation); } private AggregatedAnnotation create(Aggregated annotation) { return annotation == null ? null : new AggregatedAnnotation(); }