/* */
/* */ protected void addInstallItem(Object name)
/* */ {
/* 129 */ if (this.propertyMetaData == null)
/* 130 */ throw new IllegalArgumentException("Illegal usage of option Callback - injection not used with property = " + this);
/* 131 */ this.context.getDependencyInfo().addInstallItem(new AttributeCallbackItem(name, this.whenRequiredState, this.dependentState, this.context, this.propertyMetaData.getName()));
/* */ }