Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend custom events page with an explanation how to use event-impl-gen #582

Open
stephan-gh opened this issue Feb 20, 2017 · 1 comment
Labels
help wanted We would appreciate contributions

Comments

@stephan-gh
Copy link
Contributor

event-impl-gen can be used to automatically generate event implementations from event interfaces at compile time. That saves plugin developers from the boilerplate code to implement all the event properties, all they need to do is configure the Gradle plugin and use the generated event factory instead of custom implementation classes.

The Custom Events article should be extended with an explanation of how it can be used. The manual way (without class generation) should be still kept for those not using Gradle to build their plugin.

@stephan-gh stephan-gh added the help wanted We would appreciate contributions label Feb 20, 2017
@ST-DDT
Copy link
Member

ST-DDT commented Sep 4, 2018

@Minecrell Is this still a thing? If yes, could you please describe what needs to be done to actually use it? Or show me an plugin that uses it and can serve as an example?
(or write the docs yourself, if you want)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted We would appreciate contributions
Projects
None yet
Development

No branches or pull requests

2 participants