/tests/src/test/java/org/sigmah/endtoend/xpath/Predicate.java
Java | 10 lines | 3 code | 3 blank | 4 comment | 0 complexity | 689084fb62a7e4b69ab6986c938865ec MD5 | raw file
1/* 2 * All Sigmah code is released under the GNU General Public License v3 3 * See COPYRIGHT.txt and LICENSE.txt. 4 */ 5 6package org.sigmah.endtoend.xpath; 7 8public interface Predicate { 9 10}