From 39e859c368c0e141a477a827e589763da83d3a5f Mon Sep 17 00:00:00 2001 From: zzz Date: Fri, 11 Jul 2014 19:29:44 +0000 Subject: [PATCH] javadoc --- router/java/src/net/i2p/router/package.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/router/java/src/net/i2p/router/package.html b/router/java/src/net/i2p/router/package.html index e18dbdf96a..dc610cc0c6 100644 --- a/router/java/src/net/i2p/router/package.html +++ b/router/java/src/net/i2p/router/package.html @@ -10,6 +10,9 @@ Classes in this package, sub-packages, and others in router.jar are not for use by apps, clients or plugins (except for routerconsole). Subject to change. Not necessarily maintained as a stable API. +

+For applications bundling the I2P router, instantiate Router and call runRouter(), or use Router.main() or RouterLaunch. +Most public methods in Router are maintained as a stable I2P for those bundling the router.