HomeSort by relevance Sort by last modified time
    Searched defs:Exposed (Results 1 - 4 of 4) sorted by null

  /external/guice/core/src/com/google/inject/
Exposed.java 28 * private module to indicate that the provided binding is exposed.
36 public @interface Exposed {}
  /external/dagger2/compiler/src/it/functional-tests/src/main/java/test/sub/
Exposed.java 7 public class Exposed {
15 @Inject Exposed(Generic<PackagePrivate> gpp, Generic<PackagePrivateContainer.PublicEnclosed> gppc) {
  /external/guice/extensions/grapher/test/com/google/inject/grapher/demo/
PrivateTestModule.java 22 * Module to test private modules and exposed bindings.
27 interface Exposed {}
29 static class Hidden implements Exposed {}
33 bind(Exposed.class).to(Hidden.class);
34 expose(Exposed.class);
  /external/testng/lib-supplied/
guice-2.0.jar 

Completed in 145 milliseconds