JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.jboss.weld.bootstrap.events.configurator
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
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
complete
()
Returns a finished component.
Method Detail
complete
T
complete()
Returns a finished component.
Returns:
a finished component
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2017. All rights reserved.