Package me.efekos.simpler.items
Annotation Interface SaveField
Add this annotation to fields that you want to be saved in your
CustomItem
.-
Required Element Summary
-
Optional Element Summary
-
Element Details
-
value
String valueKey that will be used to save the value of this field.- Returns:
- Key.
-
fieldType
FieldType fieldTypeField type that tells the type of this field. Only primitive types andString
is supported. You should not use other types inside aCustomItem
.- Returns:
- Field type.
- Default:
- STRING
-