Java has reserved words that cannot be used for the package names.
If you are generating Java, you may want to avoid using these names:
Letter | Reserved word |
---|---|
A | abstract |
B | boolean, break, byte |
C | case, catch, char, class, const, continue |
D | default, do, double |
E | else, extends |
F | false, final, finally, float, for |
G | goto |
I | if, implements, import, instanceof, int, interface |
L | long |
N | native, new, null |
P | package, private, protected, public |
R | return |
S | short, static, super, switch, synchronized |
T | this, throw, throws, transient, true |
V | void, volatile |
W | while |
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.