Package com.impossibl.postgres.system
Annotation Type Setting.Description
-
@Target(FIELD) @Retention(CLASS) public static @interface Setting.Description
Setting value description annotation. Annotation for providing a description for an individual value field (e.g. an enum constants).enum MyEnum { \@Setting.Description("This is A value") A_VALUE }
Descriptions will be used when generating documentation for a fields allowable values.
-
-
Element Detail
-
value
String value
-
-