Package de.pentabyte.springfox
Annotation Type ApiEnum
-
@Retention(RUNTIME) @Target(FIELD) public @interface ApiEnum
Adds API descriptions to ENUM values. The custom Springfox pluginApiEnumDescriptionPluginwill be able to automatically process this for API documentation purposes.- Since:
- 2018
- Author:
- Michael Höreth
-
-
Element Detail
-
value
String value
- Returns:
- API description.
-
-