IScan.java 138 B

123456
  1. public interface IScan extends ILazy, IMatch {
  2. // this interface is used simply to collect
  3. // the ILazy and IMatch interfaces
  4. }