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
-
Method Details
-
complete
T complete()Returns a finished component.- Returns:
- a finished component
-