Custom Comment Processors
You can create your own comment processors to handle specific templating needs.
How to Implement
To create a custom comment processor, you need to:
- Define an interface that declares the methods you want to use in comments.
- Implement this interface in a class that extends
CommentProcessor. - Register your custom processor in the
OfficeStamperConfiguration.
See the Advanced Configuration section for more details and code examples.
