Question

We have a project with a lot of MyBatis XML sqlmaps. Is there any tool/plugin/trick to comment them and generate documentation in Javadoc style?

Was it helpful?

Solution

As an option u can write comments in YourMapper.java interface in usual javadoc style

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top