ConfigField

@Target(allowedTargets = [AnnotationTarget.FIELD])
annotation class ConfigField(val name: String, val description: String, val defaultValue: String)

Represents a field in a configuration file.

Properties

Link copied to clipboard

The default value of the field.

Link copied to clipboard

The description of the field.

Link copied to clipboard

The name of the field.