Skip to content

Commit 9e7f29b

Browse files
committed
added docs
1 parent aa97cae commit 9e7f29b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/generators/jaxrs-spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
8383
|title|a title describing the application| |OpenAPI Server|
8484
|useBeanValidation|Use BeanValidation API annotations| |true|
8585
|useJakartaEe|whether to use Jakarta EE namespace instead of javax| |false|
86-
|useJakartaSecurityAnnotations|Whether to generate Jakarta security annotations (@RolesAllowed, @PermitAll). Currently only supported when library is set to quarkus.| |false|
86+
|useJakartaSecurityAnnotations|Whether to generate Jakarta security annotations (@RolesAllowed, @PermitAll). Requires useJakartaEe=true. Currently only supported when library is set to quarkus.| |false|
8787
|useMicroProfileOpenAPIAnnotations|Whether to generate Microprofile OpenAPI annotations. Only valid when library is set to quarkus.| |false|
8888
|useMutiny|Whether to use Smallrye Mutiny instead of CompletionStage for asynchronous computation. Only valid when library is set to quarkus.| |false|
8989
|useOneOfInterfaces|whether to use a java interface to describe a set of oneOf options, where each option is a class that implements the interface| |false|

0 commit comments

Comments
 (0)