Searched defs:getAnnotation (Results 1 – 4 of 4) sorted by relevance
38 public DexAnnotation getAnnotation(); in getAnnotation() method
64 public DexAnnotation getAnnotation() { in getAnnotation() method in DexAnnotationAttributeImpl
117 protected DexAnnotation getAnnotation(DexAnnotatedElement element, String annotationType) { in getAnnotation() method in DexTestsCommon
363 private static String getAnnotation(final Class<?> testClass, in getAnnotation() method in CollectAllTests