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"
  • Class
    Description
    Class with main() - method that prints command line arguments.
    Class that implements the Runner interface with run(String[] args) method that executes tasks of the C12 assignment.
    The Runner interface provides a run(String[] args) method that allows passing String[] args arguments, which is not provided by the Runnable interface of the Java run-time environment.