es4j
es4j copied to clipboard
Problem: sometimes, -args aren't or can't be enabled
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.