Class BeanConfigurator<T>

Type Parameters:
T -
All Implemented Interfaces:
Consumer<org.jboss.jandex.AnnotationInstance>

public final class BeanConfigurator<T> extends BeanConfiguratorBase<BeanConfigurator<T>,T>
Synthetic bean configurator. An alternative to BeanConfigurator.

This construct is not thread-safe and should not be re-used.

  • Method Details

    • done

      public void done()
      Finish the configurator. The configurator should not be modified after this method is called.