Annotation Type | Description |
---|---|
AdditionalRegistration | |
CustomCatalogRegistration | |
DelayedRegistration | |
OverrideRegistration |
Declares the registry being a direct override of a different
registry.
|
PluginProvidedRegistryModule |
Indicates that an API
CatalogType has its registry module provided
by a plugin, instead of the implementation. |
RegisterCatalog |
An annotation to mark a
Map where it's of type
Map<String, CatalogType> such that it is used with a helper to
register the static fields of various pseudo enum classes containing
"default" CatalogType s. |
RegistrationDependency |
Declares the registry being dependent on another registry to have completed
initial registration of values before this one can continue.
|