Abacus/core/src/main/java/org/nwapw/abacus/function/DocumentationType.java

12 lines
200 B
Java

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
}