CommandLineArguments |
A qualifier that can be used to inject the command line arguments.
|
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.
|
IgnoreProperty |
Indicates that a field or method should not be considered when attempting to construct a recorded object.
|
QuarkusMain |
The default main class of a Quarkus application.
|
RecordableConstructor |
Indicates that this constructor should be used to construct the recorded object.
|
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
|
RelaxedValidation |
Indicates that a given recorded parameter should have relaxed validation.
|
StaticInitSafe |
Used to mark a ConfigSource ,
ConfigSourceProvider or ConfigSourceFactory
as safe to be initialized during STATIC INIT.
|