oli-d / nova

Java libraries for rapid (micro) service development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WARN if @OnEvent annotated methods are not public

oli-d opened this issue · comments

commented

Currently, the BeanExaminer uses class.getMethods() whicg only returns public methods. Therefore, if you annotate a default or package protected method, it will not be picked up and you don't see anything in the logs.