Module se1.bestellsystem
Package application
package application
package-info.java
has been introduced with Modules in Java 9
(2017) to provide package-level documentation and project-wide variables
that can be used in Javadoc.- Version:
"C12-1.0.0-SNAPSHOT"
- Author:
"sgraupner"
-
ClassDescriptionClass with
main()
- method that prints command line arguments.Class that implements theRunner
interface withrun(String[] args)
method that executes tasks of the C12 assignment.