Package ch.rabanti.picoxlsx4j
Class Version
- java.lang.Object
-
- ch.rabanti.picoxlsx4j.Version
-
public final class Version extends Object
Final class to provide meta data for the library- Author:
- Raphael Stoeckli
-
-
Field Summary
Fields Modifier and Type Field Description static String
APPLICATIONNAME
Application name of the librarystatic String
VERSION
Version of the library
-
Constructor Summary
Constructors Constructor Description Version()
-
-
-
Field Detail
-
APPLICATIONNAME
public static final String APPLICATIONNAME
Application name of the library- See Also:
- Constant Field Values
-
VERSION
public static final String VERSION
Version of the library- See Also:
- Constant Field Values
-
-