Home
last modified time | relevance | path

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

/external/junit/src/org/junit/experimental/theories/
DParameterSignature.java63 public <T extends Annotation> T findDeepAnnotation(Class<T> annotationType) { in findDeepAnnotation() method in ParameterSignature
68 private <T extends Annotation> T findDeepAnnotation( in findDeepAnnotation() method in ParameterSignature