Annotation 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
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    io.swagger.v3.oas.annotations.OpenAPIDefinition
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
     
  • Element Details

    • info

      io.swagger.v3.oas.annotations.OpenAPIDefinition info
      Returns:
      OpenAPI object describing information about group.
    • value

      @AliasFor(member="names") String[] value
      Returns:
      The names of the OpenAPi groups.
      Default:
      {}
    • names

      @AliasFor(member="value") String[] names
      Returns:
      The names of the OpenAPi groups.
      Default:
      {}