Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SpringConfig->@MatsClassMapping: Create an optional (like @Override) annotation for the ProcessContext inject #38

Open
stolsvik opened this issue Mar 26, 2021 · 0 comments

Comments

@stolsvik
Copy link
Contributor

To more quickly see, and be reminded of, the automatic injection of ProcessContext in a @MatsClassMapping, there have been voiced interest in an annotation.

Since I don't need that to do the injection, it would be optional, like @Override is. Basically, purely a "decorative" annotation, for human reading. Could potentially catch if it was annotated on a wrong field, though.

E.g.:

@MatsProcessContext
private ProcessContext<Dto> _processContext
@stolsvik stolsvik transferred this issue from another repository Sep 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant