package ru.bvn13.voidforum.support.web; /** * @author bvn13 */ public interface SyntaxHighlightService { public String highlight(String content); }