aoqi@0: /** aoqi@0: This is package pkg1. aoqi@0: aoqi@0: For every problem, there is a solution that is simple, elegant, and wrong. aoqi@0: @author:H. L. Mencken aoqi@0: @since:1880 aoqi@0: */ aoqi@0: package pkg1 aoqi@0: annotations: aoqi@0: @java.lang.Deprecated aoqi@0: @pkg1.A(boolean.class) aoqi@0: aoqi@0: /** aoqi@0: Albert Einstein commenting on the book aoqi@0: 110 German Scientists Against Einstein: aoqi@0: "If I had been wrong it would only have needed one." aoqi@0: */ aoqi@0: package pkg2 aoqi@0: aoqi@0: pkg1.A aoqi@0: pkg2.B