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