AutoFactory: allow annotating factories
Open
Component: factory
P3
type=addition
- Dominant language
- Java
- Stars
- 10.6k
- Forks
- 1.2k
- Avg merge
- 6h 32m
- Merged PRs (30d)
- 13
Description
My manually-written factories sometimes have annotations to allow some compile-time validating.
Would be awesome if I could write
@AutoFactory(annotate = BlaBlaAnnotation)
public Foo();
to have this generated:
@BlaBlaAnnotation
class FooFactory {}
Contributor guide
Assessment
This issue has not been assessed yet.