1 /** 2 * *********************************************************************************** 3 * Copyright (c) Jonas BonŽr, Alexandre Vasseur. All rights reserved. * 4 * http://aspectwerkz.codehaus.org * 5 * ---------------------------------------------------------------------------------- * 6 * The software in this package is published under the terms of the LGPL license * 7 * a copy of which has been included with this distribution in the license.txt file. * 8 * ************************************************************************************ 9 */ 10 package test.advisetostringbug; 11 12 public interface A { 13 } 14