(Method method)
| 3802 | } |
| 3803 | |
| 3804 | private static boolean isRelevant(Method method) { |
| 3805 | return !method.isSynthetic() && !method.isBridge(); |
| 3806 | } |
| 3807 | |
| 3808 | private static <V, T extends Throwable> V getProperty(ValueCache<Class<?>, Map<String, V>, T> cache, |
| 3809 | MethodReferenceEntry methodReferenceEntry, V defaultValue) throws T { |