JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
net.kyori.adventure.key
net.kyori.adventure.key
KeyPattern
Value
Contents
Description
Hide sidebar
Show sidebar
Annotation Interface KeyPattern.Value
Enclosing class:
KeyPattern
@Documented
@Pattern("[a-z0-9_\\-./]+")
@Retention
(
CLASS
)
@Target
({
FIELD
,
LOCAL_VARIABLE
,
METHOD
,
PARAMETER
})
public static @interface
KeyPattern.Value
An annotation used to annotate elements that must match against a valid
Key
value
pattern.
Since:
4.14.0