Interface.MethodModifier
|
Java and Groovy |
ide.Java.Interface.MethodModifier = "" | '' | any
With this parameter, the standard modifier used by LF‑ET for generated interface methods, e.g. "public" in Java, can be changed.
"No value" is expressed by two double or single quotation marks in direct succession.
Entry in an LFET.Project.ini-file:
ide.Java.Interface.MethodModifier = ""
Entry in an LFET.Project.yaml-file:
ide.Java:
Enabled: true
Interface:
Method.Modifier: '""'