linsage / java2json

A simple plugin for converting Java bean to JSON in IntelliJ IDEA
49 stars 22 forks source link

new feature suggestion: switches of comments & serialVersionUID #9

Open stdupanda opened 5 years ago

stdupanda commented 5 years ago

It is very useful that comments can be added to the json string, however it is not needed every time. could you please consider adding a switch in the itellij idea config -> plugin panel, so that we can decide whether to add comments and serialVersionUID to the json string or not .

:smile: thanks!