X Tutup
Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 445 Bytes

File metadata and controls

16 lines (9 loc) · 445 Bytes

Work Log

Issue #15: Support @async annotation on public void method

  • Created branch i15
  • Updated SimpleEventListenerMetaInfo: Added asyncMethodName field
  • Updated SimpleEventListenerScanner: for @Async annotated public void and non abstract method, set asyncMethodName to the meta info

TODO:

Async method enhancer

  • Clone the async method with async method name
  • Update async method body by event dispatching
X Tutup