Interface Configurator<T>

Type Parameters:
T - The type of the configured component
All Known Implementing Classes:
AnnotatedTypeConfiguratorImpl, BeanAttributesConfiguratorImpl, BeanConfiguratorImpl, InjectionPointConfiguratorImpl, ObserverMethodConfiguratorImpl, ProducerConfiguratorImpl

public interface Configurator<T>
Author:
Martin Kouba
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a finished component.
  • Method Details

    • complete

      T complete()
      Returns a finished component.
      Returns:
      a finished component