We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17c5ef7 commit 7f804fdCopy full SHA for 7f804fd
1 file changed
core/flamingock-core-api/src/main/java/io/flamingock/api/annotations/EnableFlamingock.java
@@ -213,7 +213,7 @@
213
/**
214
* If true, the annotation processor will validate that all code-based changes
215
* (classes annotated with @Change) are mapped to some stage. When unmapped changes
216
- * are found and this flag is true, a RuntimeException is thrown at compilation time. Default is true.
+ * are found and this flag is true**(default)**, a RuntimeException is thrown at compilation time.
217
* When false, only a warning is emitted.
218
*/
219
boolean strictStageMapping() default true;
0 commit comments