Fix enabling/disabling annotations#1755
Fix enabling/disabling annotations#1755WonderCsabo wants to merge 1 commit intoandroidannotations:developfrom
Conversation
|
i think i'd prefer to have an also the check if a processor should run ( or if you do not want to have the check wherever validate and/or process are called add a new method that is called and that one does the enabled check and call the concrete validation/processing. (but i think that is a bit to much) if you want to keep the current implementation just remove one of the two empty lines in |
|
Thanks @dodgex! I will refactor it for the |
|
Superseded by #1782 . |
Fixes #1750 .
@dodgex can you take a look? I wonder, we may want to introduce a new method in the handler interface for this (
isEnabled()), which has atruedefault implementation in the base classes.