| 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 initialized.
|
| Annotation Type | Description |
|---|---|
| Mixins |
This annotation is used in composites to declare mixin implementation classes.
|