Uses of Class
org.jboss.msc.inject.InjectionException
-
Packages that use InjectionException Package Description org.jboss.as.naming org.jboss.msc.inject Classes which implement value injection. -
-
Uses of InjectionException in org.jboss.as.naming
Methods in org.jboss.as.naming that throw InjectionException Modifier and Type Method Description voidManagedReferenceInjector. inject(T value) -
Uses of InjectionException in org.jboss.msc.inject
Methods in org.jboss.msc.inject that throw InjectionException Modifier and Type Method Description voidInjector. inject(T value)Deprecated.Inject the given value.
-