I wanted to use the .xtend files which are implemented in other project. For this purpose I need to convert that business logic from .xtend to .java source code.
Is there any way to convert .xtend file to java ? or do I need to implement it again in java.
I found simplest way, In eclipse
Thanks.