1
0
mirror of https://github.com/DanilaFe/abacus synced 2024-06-30 14:50:59 -07:00
Abacus/core/src/main/java/org/nwapw/abacus/function/DocumentationType.java

12 lines
179 B
Java
Raw Normal View History

package org.nwapw.abacus.function;
2017-08-16 15:38:02 -07:00
/**
* Enum that holds the type of documentation that has been
* registered with Abacus.
*/
public enum DocumentationType {
FUNCTION
}