(final MetaMethod method)
| 2491 | } |
| 2492 | |
| 2493 | private static boolean canAccessLegally(final MetaMethod method) { |
| 2494 | return !(method instanceof CachedMethod) |
| 2495 | || ((CachedMethod) method).canAccessLegally(MetaClassImpl.class); |
| 2496 | } |
| 2497 | |
| 2498 | private static boolean isMarkedInternal(final MetaBeanProperty mbp) { |
| 2499 | CachedField field = mbp.getField(); |