//: initialization/Measurement.java
// <20>2015 MindView LLC: see Copyright.txt
class Depth {}
public class Measurement {
Depth d = new Depth();
// ...
} ///:~