Package ch.raffael.meldioc


package ch.raffael.meldioc
  • Annotation Interfaces
    Class
    Description
    A configuration represents a set of feature implementation that together form a whole (application, EJB, whatever).
    Extension points allow other features to further configure this feature during setup (contribute to the extension point).
    The main building block of Meld, represents a functionality or group thereof (module).
    Mark an interface as dependency (as opposed to the feature implementing it).
    Mark a superclass or implemented interface as imported into the feature.
    Mount a feature into a configuration.
    Used to retrieve a configuration parameter.
    Specify a prefix for all parameters in this class.
    Provisions are components that implement the functionality of the features (Spring beans, Guice bindings, "services").
    Setup methods are called during construction of the configuration to add further initialisation logic.