ramblings/oxygen/js-debugger-include/src-java/simple/documentation/framework/operations/highlight/HighlightProperties.java

20 lines
380 B
Java

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";
}