Packages: Java Reverse Engineering
The Java language has implicit namespaces for:
- Method definitions
- Class definitions (including interfaces)
- Files (bound by the start and end of file)
- Packages (collections of files in a directory)
- Java-code Reverse Engineering fully supports implicit namespaces.
Legal Notices