Uses of Class
io.quarkus.deployment.execannotations.ExecutionModelAnnotationsConfig.Mode
-
Packages that use ExecutionModelAnnotationsConfig.Mode Package Description io.quarkus.deployment.execannotations -
-
Uses of ExecutionModelAnnotationsConfig.Mode in io.quarkus.deployment.execannotations
Methods in io.quarkus.deployment.execannotations that return ExecutionModelAnnotationsConfig.Mode Modifier and Type Method Description ExecutionModelAnnotationsConfig.ModeExecutionModelAnnotationsConfig. detectionMode()Detection mode of invalid usage of execution model annotations.static ExecutionModelAnnotationsConfig.ModeExecutionModelAnnotationsConfig.Mode. valueOf(String name)Returns the enum constant of this type with the specified name.static ExecutionModelAnnotationsConfig.Mode[]ExecutionModelAnnotationsConfig.Mode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-