Package org.jboss.dependency.plugins

Examples of org.jboss.dependency.plugins.AttributeCallbackItem


/*     */
/*     */   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()));
/*     */   }
View Full Code Here

TOP

Related Classes of org.jboss.dependency.plugins.AttributeCallbackItem

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.