es4j icon indicating copy to clipboard operation
es4j copied to clipboard

Problem: sometimes, -args aren't or can't be enabled

Open yrashk opened this issue 9 years ago • 0 comments

It is, however, still very desirable to detect parameter names. @ParameterName is one possible workaround, but it is a bit verbose.

Proposed solution: In some cases, it might be possible to use @java.beans.ConstructorProperties. Nice thing is that (for example) Lombok generates it automatically.

yrashk avatar Nov 25 '16 20:11 yrashk