
sirius.kernel.nls.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sirius-kernel Show documentation
Show all versions of sirius-kernel Show documentation
Provides common core classes and the microkernel powering all Sirius applications
/*
* Made with all the love in the world
* by scireum in Remshalden, Germany
*
* Copyright by scireum GmbH
* http://www.scireum.de - [email protected]
*/
/**
* Native language support used by SIRIUS.
*
* Most of the functionality is accessed via {@link sirius.kernel.nls.NLS}. In contrast to other approaches,
* a {@link sirius.kernel.nls.Formatter} used by this framework ({@link sirius.kernel.nls.NLS#fmtr(String)})
* utilizes named parameters, which greatly simplifies translation of such texts.
*/
package sirius.kernel.nls;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy