added javadoc for changeset pre processor api

This commit is contained in:
Sebastian Sdorra
2012-06-27 15:19:40 +02:00
parent 09b04278f7
commit a030f93b3a
2 changed files with 6 additions and 0 deletions

View File

@@ -38,6 +38,9 @@ package sonia.scm.repository;
import sonia.scm.plugin.ExtensionPoint; import sonia.scm.plugin.ExtensionPoint;
/** /**
* A pre processor for {@link Changeset} objects. A pre processor is able to
* modify the object before it is delivered to the user interface.
*
* TODO for 2.0 extends {@link PreProcessor} interface. * TODO for 2.0 extends {@link PreProcessor} interface.
* *
* @author Sebastian Sdorra * @author Sebastian Sdorra

View File

@@ -38,6 +38,9 @@ package sonia.scm.repository;
import sonia.scm.plugin.ExtensionPoint; import sonia.scm.plugin.ExtensionPoint;
/** /**
* The ChangesetPreProcessorFactory create {@link ChangesetPreProcessor}
* objects for a specific repository.
*
* TODO for 2.0 extends {@link PreProcessorFactory} interface. * TODO for 2.0 extends {@link PreProcessorFactory} interface.
* *
* @author Sebastian Sdorra * @author Sebastian Sdorra