문제

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?

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top