|
|
A Java package is represented in the model by a Namespace package. Use Folder Packages for library paths.
|
|
|
Reverser Notes: When reverse engineering code, used built in Java types are created in the Model (directly scoped to the Model) if they are not present.
|
// The working directory is C:/Work
// File C:/Work/package1/package2/foo.java
package package1.package2;
public class foo
{
// ...
}
|
|
ACS may modify the folder name to make it valid for Java. You can specify the exact folder name through the CODE_GENERATION_NAME property of a Package. Tell me more...
|