Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Include documentation from event listener methods in module canvas #143

@odrotbohm

Description

@odrotbohm

A typical event listener method looks like this:

@Component
class MyEventListeners {

  /**
   * Some documentation about what this does.
   *
   * @param event
   */
  @EventListener
  void on(SomethingHappened event) { … }
}

It would be cool if the method comment was included in the module canvas generated and listed under the event listeners section.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions