Interface ServiceInjector
- All Known Implementing Classes:
- ServiceInjectorImpl
public interface ServiceInjector
Service injector can be used with custom changes to inject 
InjectService annotated
 fields.
 
 Note, this works only with changes that are contributed:
 
 @Bean
 public CustomChangeContribution updateLocalizedFieldChange() {
     return new CustomChangeContribution(UpdateLocalizedFieldChange.class);
 }
 - 
Nested Class SummaryNested Classes
- 
Method Summary
- 
Method Details- 
inject
 
-