All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sirius.kernel.di.transformers.package-info Maven / Gradle / Ivy

Go to download

Provides common core classes and the microkernel powering all Sirius applications

There is a newer version: 12.9.1
Show newest version
/*
 * 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