Appearance
Event fired before parsing a method as an API.
api.method.parse.before=groovy:logger.info("Parsing method: " + it.name())
The it context is a method element.
it