* @throws Throwable for any error
*/
public static void configure(Object object, JoinpointFactory jpf, String name, Object value) throws Throwable
{
FieldSetJoinpoint joinpoint = getFieldSetJoinpoint(object, jpf, name, value);
joinpoint.dispatch();
}
/**
* Unconfigure a field
*