OSDN Git Service

remove Revision tag
[stigmata/stigmata.git] / src / main / java / jp / sourceforge / stigmata / BirthmarkPreprocessor.java
1 package jp.sourceforge.stigmata;
2
3 /*
4  * $Id$
5  */
6
7 import jp.sourceforge.stigmata.digger.ClassFileArchive;
8
9 /**
10  * 
11  * @author Haruaki Tamada
12  */
13 public interface BirthmarkPreprocessor{
14     public void preprocess(ClassFileArchive[] targets, BirthmarkContext context);
15 }