// XXX partial copy of class from Stapler; should be pushed up into Hickory ASAP
classUtils{
/**
* Filter out warnings about {@link SupportedSourceVersion}.
* {@code metainf-services-1.1.jar} produces {@code warning: No SupportedSourceVersion annotation found on org.kohsuke.metainf_services.AnnotationProcessorImpl, returning RELEASE_6.} which is irrelevant to us.
* (Development versions have already fixed this; when released and used here, delete this method.)