Do I still have to care about MethodBinding in a subclass of MetaRule#applyRule? I would like to fully remove any deprecated APIs from my code and only support JSF2+
I have a MethodRule class that extends MetaRule like seen in some frameworks like Primefaces. So what do you think, do I have to keep the MethodBinding code or can I just remove it?