@Override public boolean isMethodReadOnly(String methodName) { return delegate.isMethodReadOnly(methodName); }
@Override public boolean isMethodReadOnly(Method method) { return delegate.isMethodReadOnly(method); }