blob: 41ace7455bd713f688951590c833b69479014fa3 [file] [log] [blame]
package org.apache.felix.dm.test.annotation;
public interface Sequencer
{
void next(int step);
}