blob: 5a1c697efa814b12d0c4b2c70aa6af5d1e3d6ffa [file] [log] [blame]
Stuart McCulloch26e7a5a2011-10-17 10:31:43 +00001package aQute.bnd.service.action;
2
3
4public interface NamedAction extends Action {
5 String getName();
6}