| Interface | Description |
|---|---|
| Initializable |
Fragments which want to be initialized can implement
this callback interface.
|
| MixinDescriptor |
Mixin Descriptor.
|
| Class | Description |
|---|---|
| NoopMixin |
Generic mixin that is a no-op.
|
| Exception | Description |
|---|---|
| InitializationException |
Thrown when a Fragment or object could not be instantiated.
|
| InvalidMixinException |
This exception is thrown if a Mixin is invalid (missing method implementation).
|
| MixinMappingException |
This Exception is thrown when it is not possible to map the MixinType to a valid
CompositeType.
|
| Annotation Type | Description |
|---|---|
| Mixins |
This annotation is used in composites to declare mixin implementation classes.
|