Searched refs:declaredTypes (Results 1 – 1 of 1) sorted by relevance
176 Set<DeclaredType> declaredTypes = new LinkedHashSet<DeclaredType>(); in getAnnotationClassValues() local177 e.getValue().accept(new DeclaredTypeAnnotationValueVisitor(), declaredTypes); in getAnnotationClassValues()178 annotationMembers.putAll(attribute, declaredTypes); in getAnnotationClassValues()