generate javadocs for the Java SDK

This commit is contained in:
Grant Limberg 2015-04-25 17:29:07 -07:00
parent 0d4283a3fa
commit 56f8160af8
23 changed files with 624 additions and 19 deletions

View file

@ -28,7 +28,18 @@
package com.zerotierone.sdk;
public enum PeerRole {
/**
* An ordinary node
*/
PEER_ROLE_LEAF,
/**
* Locally federated hub
*/
PEER_ROLE_HUB,
/**
* planetary supernode
*/
PEER_ROLE_SUPERNODE
}