diff --git a/api/src/main/java/net/kyori/adventure/text/VirtualComponent.java b/api/src/main/java/net/kyori/adventure/text/VirtualComponent.java index 314c05a91..a2f24b66d 100644 --- a/api/src/main/java/net/kyori/adventure/text/VirtualComponent.java +++ b/api/src/main/java/net/kyori/adventure/text/VirtualComponent.java @@ -23,15 +23,18 @@ */ package net.kyori.adventure.text; +import org.jetbrains.annotations.ApiStatus; import org.jetbrains.annotations.NotNull; /** * A virtual component. * - *

This component type is transient, and not guaranteed to survive during any sort of transformations or serialization.

+ *

This component type is transient and not guaranteed to survive during any sort of transformations or serialization.

* + * @see Component#virtual(Class, VirtualComponentRenderer) * @since 4.18.0 */ +@ApiStatus.NonExtendable public interface VirtualComponent extends TextComponent { /** * Gets the renderer context type.