OSDN Git Service

リポジトリの参照にdiamondを追加した.
[stigmata/stigmata.git] / src / main / java / jp / sourceforge / stigmata / spi / BirthmarkService.java
index 72380ec..8a8b87f 100644 (file)
@@ -20,6 +20,9 @@ public interface BirthmarkService{
      */
     public String getDescription();
 
+    /**
+     * returns a preprocessor for the birthmark of this service.
+     */
     public BirthmarkPreprocessor getPreprocessor();
 
     /**