You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…issue #12)
* Use reflections library to scan for interfaces annotated with @C10NMessages,
and apply bundle key extraction, returning the complete set of all keys.
* Added C10NTools class, as the main entry point to tooling API
* Refactoring
* Added test dependency from tools -> core
* You can now get the evaluated translation value for each locale (`getValue()`)
* All declared annotations with their values are also accessible (`getAnnotations()`)
* Translation evaluation is powered by the `DummyInstanceProvider` responsible for providing parameter instances for parameterized interface methods
* Test suite rewrite
* Support for direct annotations on delegates (issue #10)
* Tool for extracting all translations from all c10n enabled interfaces (issue #12)
* API changes to `C10N` (issue #13)
A tool for scanning for all bundle keys, in all c10n enabled interfaces, in order to aid unit testing of bundles.
The text was updated successfully, but these errors were encountered: