Class ManagedBeanComponentDescription

java.lang.Object
org.jboss.as.ee.component.ComponentDescription
org.jboss.as.ee.managedbean.component.ManagedBeanComponentDescription
All Implemented Interfaces:
ResourceInjectionTarget

public class ManagedBeanComponentDescription extends ComponentDescription
Component descriptor for jakarta.annotation.ManagedBean managed beans. This is only here so that other interested processors can tell if a given component is a managed bean, it does not add anything to the component description.
Author:
Stuart Douglas
  • Constructor Details

    • ManagedBeanComponentDescription

      public ManagedBeanComponentDescription(String componentName, String componentClassName, EEModuleDescription moduleDescription, org.jboss.msc.service.ServiceName deploymentUnitServiceName)
      Construct a new instance.
      Parameters:
      componentName - the component name
      componentClassName - the component instance class name
      moduleDescription - the EE module description
      deploymentUnitServiceName - the service name of the DU containing this component