Skip to content

api.method.parse.before

Event fired before parsing a method as an API.

Usage

properties
api.method.parse.before=groovy:logger.info("Parsing method: " + it.name())

The it context is a method element.

Released under the Apache-2.0 License.