Search in sources :

Example 1 with ComponentTypeInjectionSource

use of org.jboss.as.ee.component.ComponentTypeInjectionSource in project wildfly by wildfly.

the class ManagedBeanResourceReferenceProcessor method getResourceReferenceBindingSource.

@Override
public InjectionSource getResourceReferenceBindingSource() throws DeploymentUnitProcessingException {
    ROOT_LOGGER.debugf("Processing @Resource of type: %s", this.managedBeanClassName);
    // ComponentType binding source for managed beans
    final InjectionSource bindingSource = new ComponentTypeInjectionSource(this.managedBeanClassName);
    return bindingSource;
}
Also used : InjectionSource(org.jboss.as.ee.component.InjectionSource) ComponentTypeInjectionSource(org.jboss.as.ee.component.ComponentTypeInjectionSource) ComponentTypeInjectionSource(org.jboss.as.ee.component.ComponentTypeInjectionSource)

Aggregations

ComponentTypeInjectionSource (org.jboss.as.ee.component.ComponentTypeInjectionSource)1 InjectionSource (org.jboss.as.ee.component.InjectionSource)1