@ParametersAreNonnullByDefault @Nonnull
See: Description
| Interface | Description |
|---|---|
| Builder<Product> |
A builder for some product.
|
| CachePeriodProvider |
Provides a cache period.
|
| ClassLoaderProvider |
Provides a class loader.
|
| Clock |
Provides the current date/time.
|
| ContextProvider<T> |
Provides a context.
|
| Formattable |
A formattable object.
|
| Injection<Target> |
Injects a dependency into some target.
|
| Message |
An internationalized message.
|
| Class | Description |
|---|---|
| BaseMessage |
A basic message implementation.
|
| CacheEntry<K,V> |
A cache entry.
|
| FormattedMessage |
A formatted internationalized message based on
FormattedResourceBundle. |
| FormattedResourceBundle |
Wraps a
ResourceBundle in order to format strings with
MessageFormat.format(String, Object[]). |
| Objects |
Duplicates some features of
java.util.Objects in JSE 7. |
| Strings |
Provides static functions for nullable strings.
|
Copyright © 2005–2017 Schlichtherle IT Services. All rights reserved.