/*
 * Copyright (C) 2013 XStream Committers.
 * All rights reserved.
 *
 * Created on 22. February 2013 by Joerg Schaible
 */

/**
 * Dummy class in default package starting with dollar.
 * 
 * <p>The Java compiler used to generate such class names for dynamic proxies.
 * However, the Oracle/Sun compilers changed behavior with version 1.7.0.13 / 
 * 1.6.0.39 and its generated proxy classes are now in package com.sun.proxy.
 * It is expected that other vendors will follow.</p> 
 */
public class $Package {
    // empty
}
