Setting

api.class.parse.after

  • Callback after parsing the controller class
Rule Target (Context: it) Additional Context
class None

demo

Add log

api.class.parse.after=groovy:logger.info("Controller:" + it.name() + " parsing completed")