36393640364136423643364436453646
*/ protected void assertDetachable(Object object) { if (object != null && !getApiAdapter().isDetachable(object)) { throw new ClassNotDetachableException(object.getClass().getName()); } }