@Nonnull @ParametersAreNonnullByDefault
See: Description
Interface | Description |
---|---|
Container<P> |
Contains a single product.
|
Decorator<P> |
Decorates products.
|
Factory<P> |
Creates products.
|
Function<P> |
Maps products.
|
Modifier<P> |
Modifies products.
|
Class | Description |
---|---|
Loader |
Loads resources and classes on the class path by using a given class loader
and eventually the current thread context's class loader in order.
|
LocatableContainer<P> |
A locatable provider which contains a single product.
|
LocatableDecorator<P> |
A locatable function for decorating products.
|
LocatableFactory<P> |
A locatable provider for creating products.
|
LocatableFunction<P> |
A locatable function.
|
LocatableModifier<P> |
A locatable function for modifying products.
|
LocatableProvider<P> |
A locatable provider.
|
LocatableService |
A locatable service.
|
ServiceLocator |
Creates containers or factories of products.
|
Copyright © 2012–2018 Schlichtherle IT Services. All rights reserved.