-
Notifications
You must be signed in to change notification settings - Fork 0
Generator Options
Jonathan edited this page Jan 11, 2018
·
6 revisions
-
EventGeneratorOptions- ENABLE_SUPPRESSION
- Enable suppression of all warning 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.
- ENABLE_SUPPRESSION