Package io.quarkus.runtime.annotations
package io.quarkus.runtime.annotations
-
ClassDescriptionA qualifier that can be used to inject the command line arguments.Specifies a default value for the documentation.Provides a way to configure how an enum is handled.A way to explicitly customize the string displayed in the documentation when listing accepted values for an enum.Specifies the file name where
quarkus-extension-processorwill output the documentation in AsciiDoc format.A marker indicating that the configuration method should be ignored when generating documentation.A marker indicating a user-friendly documentation key for theMaptype.This annotation can be used when you want to override the top level prefix from the ConfigRoot/ConfigMapping for doc generation.A marker indicating that the configuration member documentation must be generated as a section.An optional marker indicating that the configuration member is a nested element of aConfigRoot.A marker used in conjunction withConfigMappingby Quarkus Extensions to set the QuarkusConfigPhaseof the mapping.Enable a JsonRPC Method for MCP by defaultIndicates that a field or method should not be considered when attempting to construct a recorded object.Adds metadata to a JsonRPC method to control its behavior and appearance.Defines where the JsonRPC method should be available.The default main class of a Quarkus application.Indicates that this constructor should be used to construct the recorded object.Indicates that the given type is a recorder that is used to record actions to be executed at runtime.Annotation that can be used to force an interface (including its super interfaces) to be registered for dynamic proxy generation in native image mode.The repeatable holder forRegisterForProxy.Annotation that can be used to force a class to be registered for reflection in native image mode.Annotation that can be used to register a resource bundle to be included in the native image.The repeatable holder forRegisterResourceBundle.Annotation that can be used to register resource files to be included in the native image.The repeatable holder forRegisterResources.Indicates that a given recorded parameter should have relaxed validation.Marker annotation used to indicate that a recorder method is called during the runtime init phaseMarker annotation used to indicate that a recorder method is called during the static init phaseUsed to mark a configuration object as safe to be initialized during the STATIC INIT phase.