Skip to content

Commit

Permalink
codegen: Change annotation separator in enum constants
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyknic committed May 17, 2017
1 parent 8751a22 commit e3a7be9
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -51,6 +51,11 @@ public String fieldSuffix() {
return ";";
}

@Override
public String annotationSeparator() {
return " ";
}

@Override
public Optional<String> transform(Generator gen, EnumConstant model) {
requireNonNulls(gen, model);
Expand Down

0 comments on commit e3a7be9

Please sign in to comment.