Searched defs:findDeepAnnotation (Results 1 - 1 of 1) sorted by relevance

/external/junit/src/org/junit/experimental/theories/
H A DParameterSignature.java63 public <T extends Annotation> T findDeepAnnotation(Class<T> annotationType) { method in class:ParameterSignature
65 return findDeepAnnotation(annotations2, annotationType, 3);
68 private <T extends Annotation> T findDeepAnnotation( method in class:ParameterSignature
75 Annotation candidate= findDeepAnnotation(each.annotationType()

Completed in 79 milliseconds