JmlProcessor
Here happens the JML magic. This post-processor consumes JmlDoc and transfer them into proper AST nodes, which are attached to the corresponding node.
You can configure the JmlProcessor via the ParserConfiguration given in the JavaParser.
The JmlProcessor is re-run for every given key set.
Warnings are produced, if isKeepJmlDocs is false, and not all JmlDocContainer are removed. This should considered as a programing failure in the JML attacher algorithm.
Author
Alexander Weigl