/* 124 */ return new ClassSingleCallbackItem(info.getType(), whenRequired, dependentState, cardinality, context, ai.getName(), info.getName());
/* */ }
/* */
/* */ public static CallbackItem<Class> createCallback(KernelControllerContext context, PropertyInfo pi, ControllerState whenRequired, ControllerState dependentState, Cardinality cardinality)
/* */ {
/* 144 */ return createCallback(context, new PropertyAttributeInfo(pi), whenRequired, dependentState, cardinality);
/* */ }