| Package | Description |
|---|---|
| com.google.inject.internal |
Guice (sounds like like "juice")
|
| Modifier and Type | Method and Description |
|---|---|
ErrorsException |
Errors.toException()
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
Errors.checkForNull(T value, Object
Returns
value if it is non-null allowed to be null.
|
protected abstract V |
FailableCache.create(K key, Errors
|
V |
FailableCache.get(K key, Errors
|
static Key |
Annotations.getKey(TypeLiteral
Gets a key for the given type, member and annotations.
|
void |
Errors.throwIfNewErrors(int expectedSize)
|