JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
org.eclipse.microprofile.openapi.annotations.extensions
Annotation Interface Extension
@Target
({
FIELD
,
METHOD
,
PARAMETER
,
TYPE
})
@Retention
(
RUNTIME
)
@Repeatable
(
Extensions.class
)
public @interface
Extension
An optionally named list of extension properties.
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
name
An option name for these extensions.
String
value
The extension value.
Element Details
name
String
name
An option name for these extensions.
Returns:
an option name for these extensions - will be prefixed with "x-"
value
String
value
The extension value. If the value allows parsing into an object or array, it should be converted from a string
Returns:
the actual extension value