diff --git a/tooling/metamodel-generator/src/main/docbook/en-US/master.xml b/tooling/metamodel-generator/src/main/docbook/en-US/master.xml index 6f8f52f05c..80d4570cf1 100644 --- a/tooling/metamodel-generator/src/main/docbook/en-US/master.xml +++ b/tooling/metamodel-generator/src/main/docbook/en-US/master.xml @@ -557,6 +557,16 @@ cq.where( cb.equal(itemNode.get(Item_.id), 5 ) ).distinct(true); you are using a JDK 6 you can force the generation of this annotation using this flag. + + + addSuppressWarningsAnnotation + + if set to true the processor will + add @SuppressWarnings("all") to the + generated Java source file. Per default this annotation is not + generated. See also METAGEN-50. +