Delegasm is a under-development Java annotation processor that brings Kotlin-like delegation support to Java. It simplifies the delegation of interface methods to an underlying implementation, reducing boilerplate and enhancing code maintainability.
- Allow delegation of interface methods to an underlying implementation.
- Support for multiple interfaces.
- Customizable delegation behavior.
- Allow delegation of parameterized types.
Contributions are welcome! Feel free to submit a pull request or open an issue.
This project is licensed under the MIT License.