Community
Participate
Working Groups
In the current (new) implementation of @OnActionCallback its not possible to have the method for the annotation to be protected. Its also not possible to define the annotation for a class that is in a superclass that is then subclassed by others.
also when using the @OnActionCallback method on protected methods (and that should really work) a silly error message comes up "ArrayIndexOutOfBounds" instead of a hint to the real problem
Event methods will now be made accessible if they are not and also the super classes will be scanned for annotations.