match

public final Collection<SignatureMismatch> match(Method method)

Match the method against the criteria and obtain a collection of mismatches, if any.

NOTE: this method does not test the presence of annotation.

Return

the collection of signature mismatches, if any

Parameters

method

the method to match.