Searched refs:ShortNameFactory (Results 1 – 3 of 3) sorted by relevance
21 import com.google.inject.grapher.ShortNameFactory;31 bind(NameFactory.class).annotatedWith(Graphviz.class).to(ShortNameFactory.class); in configure()
38 public class ShortNameFactory implements NameFactory { class
74 nameFactory = new ShortNameFactory(); in setUp()