Searched refs:annotated (Results 1 – 1 of 1) sorted by relevance
104 Class<?> annotated = loader.loadClass("testdata.Annotated"); in testAnnotations() local105 Method method = annotated.getMethod("method", String.class, String.class); in testAnnotations()106 Field field = annotated.getField("field"); in testAnnotations()115 annotated.getAnnotation(marker).toString()); in testAnnotations()