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

Class BProvider

core/test/com/googlecode/guice/JakartaTest.java:532–537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

530 }
531
532 static class BProvider implements Provider<B> {
533 @Override
534 public B get() {
535 return new B();
536 }
537 }
538}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected