Interface SingletonBuilderAPI.FinalClause<P>
- Type Parameters:
P- the type of service proxies
- All Known Implementing Classes:
AbstractSingletonBuilder
- Enclosing class:
- SingletonBuilderAPI
public static interface SingletonBuilderAPI.FinalClause<P>
The final clause of the DSL.
- Author:
- Fabio Simeoni
-
Method Summary
-
Method Details
-
build
P build()Returns a configured proxy.- Returns:
- the proxy
-