package simple.documentation.framework.operations.highlight; /** * Hightlight properties names */ public interface HighlightProperties { /** * Highlight author. */ static final String AUTHOR = "author"; /** * Highlight ID. */ static final String ID = "id"; /** * Highlight comment. */ static final String COMMENT = "comment"; }