Interface OpenWebBeansJavaEEPlugin

  • All Superinterfaces:
    OpenWebBeansPlugin

    public interface OpenWebBeansJavaEEPlugin
    extends OpenWebBeansPlugin
    In fully Java EE environments, it will be implemented by the application servers.

    There is no default plugin implementation for any Java EE application server.

    Version:
    $Rev$ $Date$
    • Method Detail

      • isEEComponent

        boolean isEEComponent​(Class<?> impl)
      • registerEEBeans

        void registerEEBeans()
        Gets invoked when the EE integration should register it's CDI Beans. E.g. ValidatorBean, PrincipalBean, etc