176177178179180181182183184185186
/* * we know, that we don't have processor for @UnsupportedAnnotation, so * processing it will return false. */ assertFalse(baps.processAnnotation(info, unsupportedAnnotation)); assertTrue(baps.processAnnotation(info, supportedAnnotation)); } }
177178179180181182183184185186