Home
last modified time | relevance | path

Searched refs:classOrMethod (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
DFeatureUtil.java163 AnnotatedElement classOrMethod) in buildDeclaredTesterRequirements() argument
168 getTesterAnnotations(classOrMethod); in buildDeclaredTesterRequirements()
185 AnnotatedElement classOrMethod) { in getTesterAnnotations() argument
190 annotations = annotationCache.get(classOrMethod); in getTesterAnnotations()
192 annotations = classOrMethod.getDeclaredAnnotations(); in getTesterAnnotations()
193 annotationCache.put(classOrMethod, annotations); in getTesterAnnotations()