micronaut-projects / micronaut-projects/micronaut-microstream
Add an annotation for method parameters to show they are to be persisted
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 3
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Feature description
We should add a new annotation for parameters.
This should be transformed into a Store annotation (like our other annotations)
Should we only support a single argument being annotated?
What about:
void doSomething(
@StoreParam(name = "customers") List<Customer> customers,
@StoreParam(name = "people") Person person
) {
... modify the customers and the person ...
}
Os this something we want to support @sdelamo ?
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.
Research direction
Start by reviewing the existing annotations that are transformed into Store annotations. Clarify whether multiple method parameters should support the proposed @StoreParam annotation, then define the expected transformation and verify that the annotation works for the shown customers and person parameters.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100