Migrate events to interface
Open
@Machine-Maker is already working on this.
Since Jun 26, 2025.
- Dominant language
- Java
- Stars
- 12.7k
- Forks
- 3.5k
- Avg merge
- 3d 13h
- Merged PRs (30d)
- 11
Description
Migrating events to interfaces provides several benefits
- Hides constructors from API (actually, not by javadoc contract)
- Lazy type conversion
- More flexible type hierarchies.
Can do with asm-utils already.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.