package org.nwapw.abacus.function; /** * Enum that holds the type of documentation that has been * registered with Abacus. */ public enum DocumentationType { FUNCTION, TREE_VALUE_FUNCTION }