The final restructured version for automatic build using maven tycho
[Mograsim.git] / plugins / net.mograsim.machine / src / net / mograsim / machine / isa / AsmElement.java
1 package net.mograsim.machine.isa;
2
3 public interface AsmElement
4 {
5         // only marker at the moment
6 }