Added javadoc to Eco#getHandler

This commit is contained in:
Auxilor
2021-07-16 14:34:24 +02:00
committed by Auxilor
parent 8e5392084d
commit 8650e9bb2a

View File

@@ -10,6 +10,13 @@ import org.jetbrains.annotations.NotNull;
public class Eco {
/**
* Instance of eco handler.
* <p>
* The handler is, in essence, a way to interface between the eco-api
* frontend module, and the eco-backend implementations.
* <p>
* There shouldn't really be any reason to ever use the handler
* in your own plugins, but if you want to then you can - it's
* just a part of the API like any other.
*/
@Getter
private Handler handler;