MCPcopy Index your code
hub / github.com/google/dagger / supportedOptions

Method supportedOptions

javatests/dagger/spi/FailingPlugin.java:33–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31 private Map<String, String> options;
32
33 @Override
34 public Set<String> supportedOptions() {
35 return ImmutableSet.of(
36 "error_on_binding", "error_on_dependency", "error_on_component", "error_on_subcomponents");
37 }
38
39 @Override
40 public void initOptions(Map<String, String> options) {

Callers

nothing calls this directly

Calls 1

ofMethod · 0.45

Tested by

no test coverage detected