As noted in https://github.com/bblfsh/java-driver/issues/104#issuecomment-489589191 - right now method name argument modifiers are not mapped in Semantic mode. It would be nice to preserve them e.g like `final` in #104 or any annotations `modifier: [ {@type:MarkerAnnotation ...} ...]` in #82.
As noted in #104 (comment) - right now method name argument modifiers are not mapped in Semantic mode.
It would be nice to preserve them e.g like
finalin #104 or any annotationsmodifier: [ {@type:MarkerAnnotation ...} ...]in #82.