blob: 41ace7455bd713f688951590c833b69479014fa3 [file] [log] [blame]
Pierre De Rop18929942010-01-11 21:48:36 +00001package org.apache.felix.dm.test.annotation;
2
3public interface Sequencer
4{
5 void next(int step);
6}