cryptomator / cryptomator/android
Create Presenter annotation
Open
type:dev-task
- Dominant language
- Kotlin
- Stars
- 1.2k
- Forks
- 216
- PR merge metrics
- No merged PRs in 30d
Description
### Summary
`@Presenter` is to generate recurrent logic from the annotated class.
### Motivation
Each `Presenter` contains n-`UseCases` that must be `unsubscribed()`. Through the annotation, the `UseCases` in the generated code should be able to be `unsubscribed()`.
Contributor guide
Assessment
This issue has not been assessed yet.