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 required annotation.

Return

true if this method should be walked through further examination, false otherwise

Parameters

method

the method to determine if it should be inspected at all