Get the minimum supported version of the JDK
()
| 200 | |
| 201 | /** Get the minimum supported version of the JDK */ |
| 202 | public static String getMinJdkVersion() { |
| 203 | return MIN_JDK_VERSION; |
| 204 | } |
| 205 | |
| 206 | /** |
| 207 | * Initialisation - must be called by all clients before using any other parts |