OSDN Git Service

remove Revision tag
[stigmata/stigmata.git] / src / main / java / jp / sourceforge / stigmata / spi / BirthmarkExtractorSpi.java
index e0ca308..9c9cd0b 100644 (file)
@@ -12,7 +12,6 @@ import jp.sourceforge.stigmata.BirthmarkExtractor;
  * Service provider interface for extracting birhtmark from given class files.
  *
  * @author Haruaki TAMADA
- * @version $Revision$ 
  */
 public interface BirthmarkExtractorSpi extends ServiceProvider{
     /**
@@ -23,11 +22,13 @@ public interface BirthmarkExtractorSpi extends ServiceProvider{
     /**
      * returns a localized description of the birthmark this service provides.
      */
+    @Override
     public String getDescription(Locale locale);
 
     /**
      * returns a localized description of the birthmark in default locale.
      */
+    @Override
     public String getDescription();
 
     public String getExtractorClassName();