// Copyright 2011 Google Inc. All Rights Reserved. package com.google.appengine.tools.mapreduce; import java.io.Serializable; /** * Output specification. This is a placeholder for future implementation. * */ public abstract class Output<K, V> implements Serializable { }