Skip to content

Commit

Permalink
[incubator-kie-issues#1500] Add javadoc to KOGITO_GENERATE_REST and K…
Browse files Browse the repository at this point in the history
…OGITO_GENERATE_DI properties (apache#6107)

Co-authored-by: Gabriele-Cardosi <[email protected]>
  • Loading branch information
2 people authored and rgdoliveira committed Oct 3, 2024
1 parent 83e0465 commit d42d615
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,16 @@ public interface DroolsModelBuildContext {

String APPLICATION_PROPERTIES_FILE_NAME = "application.properties";
String DEFAULT_PACKAGE_NAME = "org.kie.kogito.app";
/**
* (boolean) enable/disable global rest endpoint generation (default true)
*
* kogito.generate.rest.(engine_name) -> (boolean) enable/disable engine rest endpoint generation (default true)
*
*/
String KOGITO_GENERATE_REST = "kogito.generate.rest";
/**
* (boolean) dependency injection is available and enabled (default true)
*/
String KOGITO_GENERATE_DI = "kogito.generate.di";

Optional<String> getApplicationProperty(String property);
Expand Down

0 comments on commit d42d615

Please sign in to comment.