208b31361fc288c74c49c97039a58323f94c5bc4
[scannotation] / src / main / java / org / scannotation / classpath / Filter.java
1 package org.scannotation.classpath;
2
3 /**
4  * @author <a href="mailto:bill@burkecentral.com">Bill Burke</a>
5  * @version $Revision: 1 $
6  */
7 public interface Filter
8 {
9    boolean accepts(String filename);
10 }