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 enumOptions for controlling whether Guice uses bytecode generation at runtime.static enumOptions for enable or disable using ansi color in error messages.static enumThe options for Guice custom class loading.static enumThe options for Guice stack trace collection.static enumOptions for handling nullable parameters used in provides methods. -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic boolean
-
Method Details
-
getIncludeStackTraceOption
-
getCustomClassLoadingOption
-
getNullableProvidesOption
-
isBytecodeGenEnabled
public static boolean isBytecodeGenEnabled() -
enableColorizeErrorMessages
public static boolean enableColorizeErrorMessages()
-