gitgabrio opened a new issue, #2353: URL: https://github.com/apache/incubator-kie-issues/issues/2353
In the [Annotate "properties"](https://github.com/apache/incubator-kie-issues/issues/2349) and [KieProperties - refining](https://github.com/apache/incubator-kie-issues/issues/2352) tasks a couple of annotations have been introduced: `KieProperty` and `KieInternal`. The scope of this task is to implement "enforcers" to be sure that the configuration properties follows the required details, i.e. 1. `public static final String“ with initializer 2. javadoc present 3. `type` attribute populated 4. `defaultValue` attribute populated. That should b provide long-term control over the correctness of such annotations, to maintain their usefulness. Beside that, anyway, direct check on PR should be executed top avoid the introduction of not annotated configurations. @baldimir @Rikkola @tkobayas @pefernan @martinweiler @yesamer -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
