Annotation Interface TypedConfigField


@Retention(RUNTIME) @Target(FIELD) public @interface TypedConfigField
Used to create pre-created ConfigParameters for common value types.
The return value of ConfigFieldType's ConfigParameter getValue(FileConfiguration, String) method will be set to a field with this annotation present.