Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 364 Bytes

File metadata and controls

10 lines (7 loc) · 364 Bytes

Restrictions

All classes within a module must be in named packages

The packages within one module must only be in that module. This means that you cannot have a class in the java.lang package defined in any of your modules. The java.lang

Unlike packages, where two packages can have classes of the same name, two modules cannot contain the same package.