@Override public boolean isLookupCached() { AnnotatedElement annotatedElement = annotatedElementContainer.getAnnotated(); return (annotatedElement.getAnnotation(CacheLookup.class) != null); }
public boolean isLookupCached() { return (field.getAnnotation(CacheLookup.class) != null); }