| Enum | Description |
|---|---|
| ConfigPhase |
| Annotation Type | Description |
|---|---|
| ConfigDocMapKey |
A marker indicating a user friendly documentation key for the
Map type. |
| ConfigDocSection |
A marker indicating that the configuration item
ConfigItem should be generated as a section. |
| ConfigGroup |
Indicates that a given class can be injected as a configuration object.
|
| ConfigItem |
A single container configuration item.
|
| ConfigRoot |
Indicate that the given item is a configuration root.
|
| ConvertWith |
Defines a
Converter to be used for conversion of a config property. |
| DefaultConverter |
Indicates that a config item should be converted using a default converter: built-in/implicit converters or a custom
converter.
|
| Recorder |
Indicates that the given type is a recorder that is used to record actions to be
executed at runtime.
|
| RegisterForReflection |
Annotation that can be used to force a class to be registered for reflection in native image mode
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.