3031323334353637
public CachedAnnotationFactory() { super(CachedAnnotation.class); } public Annotation process(final Class clazz) { Cached annotation = (Cached) clazz.getAnnotation(Cached.class); return create(annotation); }