Docs Fix - Custom annotations example
olimination opened this issue · 0 comments
olimination commented
The Translate
custom annotation example using the AnnotatedFieldMapper
approach is not fully correct:
- The
Translated
should be replaced withTranslate
- The
@Inject
should be replaced with@Reference
because it is an OSGi service component