Package | Description |
---|---|
com.google.inject.internal |
Guice (sounds like like "juice")
|
Modifier and Type | Field and Description |
---|---|
private static InternalFlags.CustomClassLoadingOption |
InternalFlags.CUSTOM_CLASS_LOADING |
Modifier and Type | Method and Description |
---|---|
static InternalFlags.CustomClassLoadingOption |
InternalFlags.getCustomClassLoadingOption() |
private static InternalFlags.CustomClassLoadingOption |
InternalFlags.parseCustomClassLoadingOption() |
static InternalFlags.CustomClassLoadingOption |
InternalFlags.CustomClassLoadingOption.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InternalFlags.CustomClassLoadingOption[] |
InternalFlags.CustomClassLoadingOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|