public final class InternalFlags
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InternalFlags.BytecodeGenOption
Options for controlling whether Guice uses bytecode generation at runtime.
|
static class |
InternalFlags.ColorizeOption
Options for enable or disable using ansi color in error messages.
|
static class |
InternalFlags.CustomClassLoadingOption
The options for Guice custom class loading.
|
static class |
InternalFlags.IncludeStackTraceOption
The options for Guice stack trace collection.
|
static class |
InternalFlags.NullableProvidesOption
Options for handling nullable parameters used in provides methods.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
enableColorizeErrorMessages() |
static InternalFlags.CustomClassLoadingOption |
getCustomClassLoadingOption() |
static InternalFlags.IncludeStackTraceOption |
getIncludeStackTraceOption() |
static InternalFlags.NullableProvidesOption |
getNullableProvidesOption() |
static boolean |
isBytecodeGenEnabled() |
public static InternalFlags.IncludeStackTraceOption getIncludeStackTraceOption()
public static InternalFlags.CustomClassLoadingOption getCustomClassLoadingOption()
public static InternalFlags.NullableProvidesOption getNullableProvidesOption()
public static boolean isBytecodeGenEnabled()
public static boolean enableColorizeErrorMessages()