Searched refs:mapAnnotation (Results 1 – 1 of 1) sorted by relevance
64 protected void process(XTypeElement mapAnnotation, ImmutableSet<ClassName> annotations) { in process() argument65 ValidationReport mapKeyReport = mapKeyValidator.validate(mapAnnotation); in process()69 if (!mapAnnotation.getAnnotation(TypeNames.MAP_KEY).getAsBoolean("unwrapValue")) { in process()70 annotationCreatorGenerator.generate(mapAnnotation, messager); in process()71 } else if (isAnnotationType(getUnwrappedMapKeyType(mapAnnotation.getType()))) { in process()72 unwrappedMapKeyGenerator.generate(mapAnnotation, messager); in process()