Skip to content

Commit a3fbacd

Browse files
committed
javadoc: Keys don't need to be registered
1 parent 0f68286 commit a3fbacd

File tree

1 file changed

+0
-5
lines changed
  • src/main/java/org/spongepowered/api/data

1 file changed

+0
-5
lines changed

src/main/java/org/spongepowered/api/data/Key.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,6 @@ public interface Key<V extends Value<?>> extends ResourceKeyed {
8181
* Sponge. If custom keys for {@link DataHolder}s is desired to be
8282
* persisted, a {@link DataRegistration} is required.
8383
*
84-
* <p>Registration of a custom created {@link Key} is required through
85-
* {@link RegisterRegistryValueEvent}. The
86-
* registration of a {@link DataRegistration} is done separately.
87-
* </p>
88-
*
8984
* @see DataRegistration
9085
* @return The key builder
9186
*/

0 commit comments

Comments
 (0)