package com.scaleunlimited.cascading; import java.util.UUID; /** * Class used to test DatumCompiler. Must be top-level, not static inner class, * as otherwise the generated datum class isn't of the right type. * */ public class MyUUIDDatumTemplate { private UUID _id; }