author | twisti |
Thu, 07 May 2009 00:28:13 -0700 | |
changeset 2863 | ef8439ec732b |
parent 10 | 06bc494ca11e |
permissions | -rw-r--r-- |
10 | 1 |
/** |
2 |
This is package pkg1. |
|
3 |
||
4 |
For every problem, there is a solution that is simple, elegant, and wrong. |
|
5 |
@author:H. L. Mencken |
|
6 |
@since:1880 |
|
7 |
*/ |
|
8 |
package pkg1 |
|
9 |
annotations: |
|
10 |
@java.lang.Deprecated |
|
11 |
@pkg1.A(boolean.class) |
|
12 |
||
13 |
/** |
|
14 |
Albert Einstein commenting on the book |
|
15 |
<i>110 German Scientists Against Einstein</i>: |
|
16 |
"If I had been wrong it would only have needed one." |
|
17 |
*/ |
|
18 |
package pkg2 |
|
19 |
||
20 |
pkg1.A |
|
21 |
pkg2.B |