@Repeatable(value=OpenAPIGroupInfos.class)
@Retention(value=SOURCE)
@Documented
@Target(value={PACKAGE,TYPE,ANNOTATION_TYPE})
public @interface OpenAPIGroupInfo
With this annotation, you can specify the OpenAPIDefinition description that will be inserted
into a specific swagger file, only for this group. Thus, you can make different descriptions
for different groups.
- Since:
- 4.10.0