skipMethod

protected boolean skipMethod(Method method)

Determines, if the given raw method} should be skipped as non-matching.

Such an approach allows to improve performance by skipping the methods, that a priori cannot be qualified as message handler methods, such as methods with no #annotation() required annotation.