toggle menu
MoulConfig
3.6.0
jvm
switch theme
search in API
common
/
io.github.notenoughupdates.moulconfig.annotations
/
ConfigEditorInfoText
Config
Editor
Info
Text
@
Retention
(
value
=
RetentionPolicy.RUNTIME
)
@
Target
(
value
=
ElementType.FIELD
)
public
@interface
ConfigEditorInfoText
(
source
)
Used for info text. The field associated with this option may be of any type and will be ignored.
Members
Functions
annotation
Type
Link copied to clipboard
public
abstract
Class
<
? extends
Annotation
>
annotationType
(
)
equals
Link copied to clipboard
public
abstract
boolean
equals
(
Object
p
)
hash
Code
Link copied to clipboard
public
abstract
int
hashCode
(
)
info
Title
Link copied to clipboard
public
abstract
String
infoTitle
(
)
to
String
Link copied to clipboard
public
abstract
String
toString
(
)