Interface.Trace​BeforeRule

ide.<ProgrammingLanguage>.Interface.TraceBeforeRule = true | false (default=true)

The false value can be used to suppress gene­ra­tion of the standard Trace method before each rule in the interface:

Entry in an LFET.Project.ini-file:
ide.Java.Interface.TraceBeforeRule = false
Entry in an LFET.Project.yaml-file:
ide.Java:
  Enabled: true

  Interface:
    Trace:
      BeforeRule: false

Since the default value for InterfaceTraceAfterRule is false, the trace methods can also be moved completely from the interface to the rules module.