Package org.qi4j.api.mixin

Interface Summary
Initializable Fragments which want to be initialized can implement this callback interface.
 

Class Summary
NoopMixin Generic mixin that is a no-op.
 

Exception Summary
InitializationException Thrown when a Fragment or object could not be instantiated.
InvalidMixinException  
MixinMappingException This Exception is thrown when it is not possible to map the MixinType to a valid CompositeType.
MixinTypeNotAvailableException This Exception is thrown when no visible Composite implements the MixinType that is requested to be built in the builder.
 

Annotation Types Summary
Mixins This annotation is used in composites to declare mixin implementation classes.