MCPcopy Create free account
hub / github.com/google/guice / getElements

Method getElements

core/src/com/google/inject/spi/Elements.java:95–97  ·  view source on GitHub ↗

Records the elements executed by modules.

(Module... modules)

Source from the content-addressed store, hash-verified

93
94 /** Records the elements executed by {@code modules}. */
95 public static List<Element> getElements(Module... modules) {
96 return getElements(Stage.DEVELOPMENT, Arrays.asList(modules));
97 }
98
99 /** Records the elements executed by {@code modules}. */
100 public static List<Element> getElements(Stage stage, Module... modules) {

Calls 4

installMethod · 0.95
clearCacheMethod · 0.95
finishMethod · 0.45