diff --git a/paper-api/src/main/java/org/bukkit/package-info.java b/paper-api/src/main/java/org/bukkit/package-info.java index f4f8efcd03..d09f36f666 100644 --- a/paper-api/src/main/java/org/bukkit/package-info.java +++ b/paper-api/src/main/java/org/bukkit/package-info.java @@ -1,23 +1,4 @@ /** * The root package of the Bukkit API, contains generalized API classes. - * - * Note: While the Bukkit API makes every effort to ensure stability, this is - * not guaranteed, especially across major versions. In particular the following - * is a (incomplete) list of things that are not API. - * */ package org.bukkit; diff --git a/paper-api/src/main/javadoc/overview.html b/paper-api/src/main/javadoc/overview.html index e96bf35ebe..b477a2259b 100644 --- a/paper-api/src/main/javadoc/overview.html +++ b/paper-api/src/main/javadoc/overview.html @@ -13,5 +13,23 @@

For handling events and triggered code, see the {@link org.bukkit.event event package}. -

+

+ Note: While the Bukkit API makes every effort to ensure stability, this is + not guaranteed, especially across major versions. In particular the + following is a (incomplete) list of things that are not API. +