sirius.kernel.di.transformers.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]
*/
/**
* Implements the Adapter Pattern.
*
* Implements the Adapter Pattern by providing the interface {@link sirius.kernel.di.transformers.Transformable}
* which has a basic implementation in {@link sirius.kernel.di.transformers.Composable}. This can either use attached
* components or use {@link sirius.kernel.di.transformers.Transformers} and {@link
* sirius.kernel.di.transformers.Transformer} to create an appropriate adapter.
*/
package sirius.kernel.di.transformers;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy