Package com.google.inject.internal
Class InternalFlags
java.lang.Object
com.google.inject.internal.InternalFlags
Contains flags for Guice.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Options for controlling whether Guice uses bytecode generation at runtime.static enum
Options for enable or disable using ansi color in error messages.static enum
The options for Guice custom class loading.static enum
The options for Guice stack trace collection.static enum
Options for handling nullable parameters used in provides methods. -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
static boolean
-
Method Details
-
getIncludeStackTraceOption
-
getCustomClassLoadingOption
-
getNullableProvidesOption
-
isBytecodeGenEnabled
public static boolean isBytecodeGenEnabled() -
enableColorizeErrorMessages
public static boolean enableColorizeErrorMessages()
-