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