* A verbose description of the output mapping.
* @return A new output mapping. Can be added to a type map.
*/
public static Output newOutput(List<String> path, String attribute, String shortDescription,
String longDescription) {
return new OutputImpl(path, attribute, shortDescription, longDescription);
}