Class DefaultRootKeySetCreator

java.lang.Object
com.google.inject.grapher.DefaultRootKeySetCreator
All Implemented Interfaces:
RootKeySetCreator

public class DefaultRootKeySetCreator extends Object implements RootKeySetCreator
Root key set creator that starts with all types that are not Guice internal types or the Logger type.
Since:
4.0
  • Field Details

    • loggerKey

      private static final Key<Logger> loggerKey
  • Constructor Details

    • DefaultRootKeySetCreator

      public DefaultRootKeySetCreator()
  • Method Details