Interface CommentProcessorFactory

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface CommentProcessorFactory

A factory for creating CommentProcessor instances.

This functional interface allows implementations to define how comment processors should be created based on the provided context and placeholder replacer.