string_literal_finder_annotations library

Runtime package for string_literal_finder to mark code fragments as non translatable.

Classes

NonNlsArg
Annotation for function/method/constructor parameters which are not meant to be localized. Simply use NonNls.

Constants

NonNls → const NonNlsArg
Annotation for function/method/constructor parameters which are not meant to be localized.

Functions

nonNls<T>(T arg) → T
Allows annotating of values which do not need translations.