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