NodeFindInPathTestsCategory: added

This commit is contained in:
Paul Campbell 2016-09-04 19:20:16 +01:00
parent 9f3aec202a
commit 02d07605c0

View file

@ -0,0 +1,9 @@
package net.kemitix.node;
/**
* Category marker for tests relating to implementations of Node.findInPath(...).
*
* @author Paul Campbell
*/
public interface NodeFindInPathTestsCategory {
}