]> WPIA git - gigi.git/blob - src/org/cacert/gigi/output/IMenuItem.java
8abdc83241cbd36cb1251a8d05c54f5fb146b414
[gigi.git] / src / org / cacert / gigi / output / IMenuItem.java
1 package org.cacert.gigi.output;
2
3 /**
4  * Markerinterface for an {@link Outputable} speicially used in a {@link Menu}.
5  * 
6  * @author janis
7  */
8 public interface IMenuItem extends Outputable {
9     // Nothing to see here.
10 }