@Inject public StrongAugmentationServiceImpl( final EntityManager manager, final JSwordVersificationService versificationService) { this.versificationService = versificationService; this.augmentedStrongs = manager.getReader("augmentedStrongs"); }
/** @param manager the manager from which to obtain an index reader for morphology information */ @Inject public ColorCoderProviderImpl(final EntityManager manager) { this.morphology = manager.getReader("morphology"); }