Package io.micronaut.openapi.annotation
Annotation Interface OpenAPIGroupInfos
@Documented
@Retention(SOURCE)
@Target({PACKAGE,TYPE,ANNOTATION_TYPE})
public @interface OpenAPIGroupInfos
Allows
OpenAPIGroupInfo
to be repeatable.- Since:
- 4.10.0
-
Optional Element Summary
-
Element Details
-
value
OpenAPIGroupInfo[] value- Returns:
- An array of
OpenAPIGroupInfo
- Default:
- {}
-