@Override
 public Void visitPrimitive(PrimitiveType type, VariableElement element) {
   return type.accept(primitiveFieldProcessor, element);
 }