yuxc
2024-05-31 9872990cb2b6da7e0a66a3b31cc65f7fbaa50df9
1
2
3
4
5
6
7
8
9
package org.jbpm.pvm.internal.type;
 
import java.io.Serializable;
 
 
public interface Matcher extends Serializable {
 
  boolean matches(String name, Object value);
}