/tests/src/test/java/org/sigmah/endtoend/xpath/Predicate.java

http://sigma-h.googlecode.com/ · 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. package org.sigmah.endtoend.xpath;
  6. public interface Predicate {
  7. }