简体中文
主题
Callback executed after parsing a class as an API controller.
api.class.parse.after=groovy:''' logger.info("Parsed class: " + it.name() + " with " + it.methods().size() + " methods") '''
The it object is the parsed class with its API information.
it