01: /**
02: * ***********************************************************************************
03: * Copyright (c) Jonas BonŽr, Alexandre Vasseur. All rights reserved. *
04: * http://aspectwerkz.codehaus.org *
05: * ---------------------------------------------------------------------------------- *
06: * The software in this package is published under the terms of the LGPL license *
07: * a copy of which has been included with this distribution in the license.txt file. *
08: * ************************************************************************************
09: */package test.advisetostringbug;
10:
11: public class AImpl implements A {
12: }
|