Skip to content

Add an annotation for method parameters to show they are to be persisted #49

Description

@timyates

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 ?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions