/* */
/* */ public static void unconfigure(Object object, JoinpointFactory jpf, String name)
/* */ throws Throwable
/* */ {
/* 96 */ FieldSetJoinpoint joinpoint = getFieldSetJoinpoint(object, jpf, name, null);
/* 97 */ joinpoint.dispatch();
/* */ }
/* */
/* */ public static Object invoke(Object object, JoinpointFactory jpf, String name, String[] paramTypes, Object[] params)
/* */ throws Throwable
/* */ {