'How do I get the version of Xtend at runtime
When I want to get the runtime version of Java, i use:
String version = System.getProperty("java.version");
But there is no property "xtend.version". How do I get the runtime version in Xtend.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|