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

decorator on inner class hosed #444

Closed
xenoterracide opened this issue Dec 8, 2020 · 2 comments · Fixed by #455
Closed

decorator on inner class hosed #444

xenoterracide opened this issue Dec 8, 2020 · 2 comments · Fixed by #455

Comments

@xenoterracide
Copy link

I have this code

void process(
    Map.@NonNull Entry<String, SkeletonConfiguration> entry,
    @NonNull Map<String, Object> context
  ) {

but prettier java is turning it into this.

void process(
    Map.@NonNullEntry<String, SkeletonConfiguration> entry,
    @NonNull Map<String, Object> context
  ) {
@clementdessoude
Copy link
Contributor

Thank you for reporting this, I will try to take a look at it this week

@clementdessoude
Copy link
Contributor

Hi @xenoterracide !

I definitively took longer than a week to deep dive in the issue, sorry for the delay 😕

I opened up a PR that should fix it. If everything is ok, I will merge it and release a new version of the lib

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

Successfully merging a pull request may close this issue.

2 participants