Interface Replacement
- All Known Implementing Classes:
InlineTagReplacement
public interface Replacement
Interface for custom replacements.
- Author:
- chhorz
-
Method Summary
-
Method Details
-
perform
Action that performs a replacement on a javadoc string.- Parameters:
input
- the javadoc input string- Returns:
- the javadoc string after the replacement
-