EventBus icon indicating copy to clipboard operation
EventBus copied to clipboard

add function of using javapoet to generate java files

Open tomridder opened this issue 2 years ago • 2 comments

add function of using javapoet to generate java files #554

benifits:

  1. it is type safe, making it easier to refactor with.
  2. it is more safe because it will add import automaticly
  3. make code more elegent and easy to read by the thought of OOP 1.txt 2.txt the files are the code generated by javapoet and Bufferwriter I check the content they were same the all the test cases in TestModule has been passed :)

tomridder avatar Mar 19 '23 15:03 tomridder

Thanks for submitting! We'll consider this for an upcoming release.

greenrobot-team avatar Mar 27 '23 12:03 greenrobot-team

my pleasure :)

by the way ,what ' the date of next upcoming release

tomridder avatar Mar 27 '23 13:03 tomridder