/**
 *  This is an empty class that stands for an expensive-to-load
 *  class or expensive-to-construct object in an exercise about
 *  the <I>VirtualProxy</I> pattern.
 */
public class Expensive { /* not really */ }
