@GwtIncompatible public final class Defaults extends java.lang.Object
| Modifier and Type | Method | Description |
|---|---|---|
static <T> T |
defaultValue(java.lang.Class<T> type) |
Returns the default value of
type as defined by JLS --- 0 for numbers,
false for boolean and '\0' for char. |