()
| 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) { |