JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Package
io.smallrye.graphql.api
Annotation Interface Deprecated
@Target
({
FIELD
,
PARAMETER
,
METHOD
}) @Description("Marks the field, argument, input field or enum value as deprecated")
@Retention
(
RUNTIME
)
public @interface
Deprecated
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
reason
Element Details
reason
@Description("The reason for the deprecation")
String
reason
Default:
""