832984fecbd6d540cf0927648ca5b287f5d11e5b
[Mograsim.git] / net.mograsim.plugin.core / src / net / mograsim / plugin / asm / model / AsmElement.java
1 package net.mograsim.plugin.asm.model;
2
3 public interface AsmElement
4 {
5         // only marker at the moment
6 }