Package io.swagger.v3.oas.annotations.servers
-
Annotation Types Summary Annotation Type Description Server The annotation may be applied at class or method level, or inOperation.servers()
to define servers for the single operation (when applied at method level) or for all operations of a class (when applied at class level).Servers Container for repeatableServer
annotationServerVariable An object representing a Server Variable for server URL template substitution.