return getSoleAnnotation(TestApplication.class);
Annotation[] annot = annotated.getAnnotations(); if (annot.length == 1) { return annot[0]; } throw new AssertionError();