简体中文
主题
Callback executed before parsing a method as an API endpoint.
api.method.parse.before=groovy:''' logger.info("Parsing method: " + it.name()) '''
The it object is the method being parsed.
it