Class Main
- java.lang.Object
-
- Main
-
public class Main extends java.lang.ObjectThis class is the main class of the Drop-shipping application. It contains the main method that runs the application.- Version:
- 1.0
- Author:
- John Smith
-
-
Constructor Summary
Constructors Constructor Description Main()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)The main method of the Drop-shipping application.
-