vsimko / xmf

Xtend-centric meta-model specification
MIT License
0 stars 0 forks source link

NullPointerException while writing code in the Xtend editor #10

Open vsimko opened 9 years ago

vsimko commented 9 years ago
@XMFPackage("hello")
@XMF class A {}
@XMF class

coused the following error:

Error during annotation processing:
java.lang.NullPointerException
    at
   org.xmf.annot.XmfCompilationParticipant.doTransform(XmfCompilationParticipant.java:42)