Model mapping for Java (Java code)
ACS does not generate anything directly for the Model; however, if the Model directly owns a Class, ACS generates the Model as the Java default unnamed package.
Example code:
// Note the lack of a package statement
public class foo
{
// ...
}
All Model properties are ignored.
Child items:
| 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. |
Example code:
// Note the lack of a package statement
public class foo
{
// ...
}
Other child items are ignored.