mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 08:25:44 +01:00
added javadoc for changeset pre processor api
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user