AnnotatedElement ae = (AnnotatedElement) o;
on = ae.getAnnotation(K9Exclude.class);
}
if (on != null) {
if ((on.from().length == 0))
return true;
for (Class<?> on1 : on.from()) {
if (on1.equals((creator instanceof Method) ? ((Method) creator)
.getDeclaringClass() : null)) {