127128129130131132133134135136137
if (!m.isSynthetic() && !m.isBridge()) { UnsupportedOperation uns = m.getAnnotation(UnsupportedOperation.class); if (uns != null) { builder.put(m.getName(), new UnsupportedOp(uns.types(), uns.regions())); } } } }