855856857858859860861862863864865
public boolean hasAnnotation(Field m, String annotation) { if (metadata != null) { if (hasJoinPointAnnotation(m.getDeclaringClass(), new FieldSignature(m), annotation)) { return true; } } if (annotations.hasAnnotation(m, annotation)) return true;