@NonNullApi
Interface | Description |
---|---|
ComponentRegistry<R extends ComponentRegistry<R>> |
A singleton registry used for storing and retrieving
Components . |
ComponentSource |
A functional interface used for contributing
Components to an application. |
FrameworkComponentSource |
A functional interface used for contributing framework
Components to an
application. |
Class | Description |
---|---|
AbstractComponentRegistry<R extends AbstractComponentRegistry<R>> |
An abstract implementation of
ComponentRegistry used for storing and retrieving
Components . |
DefaultComponentRegistry |
The default implementation of
ComponentRegistry . |
Copyright © 2021. All rights reserved.