You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 8, 2023. It is now read-only.
@ComponentclassMyEventListeners {
/** * Some documentation about what this does. * * @param event */@EventListenervoidon(SomethingHappenedevent) { … }
}
It would be cool if the method comment was included in the module canvas generated and listed under the event listeners section.