public interface

RootKeySetCreator

com.google.inject.grapher.RootKeySetCreator
Known Indirect Subclasses

Class Overview

Creator of the default starting set of keys to graph. These keys and their transitive dependencies will be graphed.

Summary

Public Methods
abstract Set<Key<?>> getRootKeys(Injector injector)
Returns the set of starting keys to graph.

Public Methods

public abstract Set<Key<?>> getRootKeys (Injector injector)

Returns the set of starting keys to graph.