/*   Generated by AspectJ version 1.0.6 */
package lawOfDemeter;
/**
 * An implementation of the LoD check using just two concrete aspects,
 * with two 2-line advise each (and a few short auxiliary methods.)
 * 
 * @authors David H. Lorenz and Pengcheng Wu
 * @version 0.3, 10/09/02
 */
public abstract class Any {
  /**
   * An implementation of the LoD check using just two concrete aspects,
   * with two 2-line advise each (and a few short auxiliary methods.)
   * 
   * @authors David H. Lorenz and Pengcheng Wu
   * @version 0.3, 10/09/02
   */
  public Any() {
    super();
  } 
}