HomeSort by relevance Sort by last modified time
    Searched refs:getCustomClassLoadingOption (Results 1 - 2 of 2) sorted by null

  /external/guice/core/src/com/google/inject/internal/
InternalFlags.java 75 public static CustomClassLoadingOption getCustomClassLoadingOption() {
BytecodeGen.java 19 import static com.google.inject.internal.InternalFlags.getCustomClassLoadingOption;
130 if (getCustomClassLoadingOption() == CustomClassLoadingOption.OFF) {
164 if (getCustomClassLoadingOption() == CustomClassLoadingOption.OFF) {

Completed in 177 milliseconds