Searched refs:annotationType (Results 1 – 1 of 1) sorted by relevance
117 protected DexAnnotation getAnnotation(DexAnnotatedElement element, String annotationType) { in getAnnotation() argument119 assertNotNull(annotationType); in getAnnotation()121 if(annotationType.equals(anno.getTypeName())){ in getAnnotation()125 fail("Annotation: " + annotationType +" not present in Element."); in getAnnotation()126 … throw new IllegalArgumentException("Annotation: " + annotationType +" not present in Element."); in getAnnotation()