Interface Replacement
-
- All Known Implementing Classes:
InlineTagReplacement
public interface ReplacementInterface for custom replacements.- Author:
- chhorz
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringperform(java.lang.String input)Action that performs a replacement on a javadoc string.
-