requireAllOrNoneAreAnnotated
Validates that all methods in the list are either annotated with SkipInStackTrace or not. If only some methods are annotated, an exception will be thrown.
Receiver
List of Method to check.
Return
true
if all methods are annotated with SkipInStackTrace, false
otherwise.