Returns the current implementation version. @return the current implementation version
()
| 71 | * @return the current implementation version |
| 72 | */ |
| 73 | public static String getProductVersion() { |
| 74 | return Version.class.getPackage().getImplementationVersion(); |
| 75 | } |
| 76 | |
| 77 | /** |
| 78 | * Returns the copyright notice. |