public class InternalFlags extends Object
| Modifier and Type | Class and Description |
|---|---|
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 |
| Constructor and Description |
|---|
InternalFlags() |
| Modifier and Type | Method and Description |
|---|---|
static InternalFlags.CustomClassLoadingOption |
getCustomClassLoadingOption() |
static InternalFlags.IncludeStackTraceOption |
getIncludeStackTraceOption() |
static InternalFlags.NullableProvidesOption |
getNullableProvidesOption() |
public static InternalFlags.IncludeStackTraceOption getIncludeStackTraceOption()
public static InternalFlags.CustomClassLoadingOption getCustomClassLoadingOption()
public static InternalFlags.NullableProvidesOption getNullableProvidesOption()
Copyright © 2006–2018 Google, Inc.. All rights reserved.