}
}
}
// GET, SET, or CALL
Action action = Action.which(method);
builder.setAction(action);
if (Action.CALL.equals(action)) {
JMethod staticImpl = findStaticImpl(beanType, method);
if (staticImpl == null && objectMethods.contains(method)) {
// Don't complain about lack of implementation for Object methods