...
According to the Java API [EMA 2011]:
A package sealed within a JAR specifies that all classes defined in that package must originate from the same JAR. Otherwise, a
SecurityException
is thrown.
...
Bibliography
[EMA 2011] | Optional Package Sealing |
Rule 7, If you must sign your code, put it all in one archive file | |
|
...