Skip to content

Generator Options

Jonathan edited this page Jan 11, 2018 · 6 revisions

EventGeneratorOptions

  • ENABLE_SUPPRESSION
    • Enable suppression of all warnings logged by the EventSys class checker (such as Abstract method warnings)
  • LAZY_EVENT_GENERATION_MODE
    • Mode of generation of @LazyGeneration, either Reflectively or through MethodHandle.
  • ENABLE_BRIDGE
    • Enables generation of bridge methods for generic methods tp avoid abstract method errors (Controled by EventSys and not by CodeAPI-BytecodeWriter).
  • USE_METHOD_HANDLE_LISTENER (lagacy)
    • Uses MethodHandle in function listeners instead of direct invocation.

Clone this wiki locally