Interface SingletonTypeConfigurator<T extends SingletonTypeConfigurator<T>>
-
- All Known Subinterfaces:
AbstractInjectorBuilder<T>
- All Known Implementing Classes:
InjectMaidBuilder
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface SingletonTypeConfigurator<T extends SingletonTypeConfigurator<T>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TusingDefaultSingletonType(SingletonType singletonType)
-
-
-
Method Detail
-
usingDefaultSingletonType
T usingDefaultSingletonType(SingletonType singletonType)
-
-