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