JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
Spring for GraphQL
org.springframework.graphql.data.method.annotation
Arguments
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Annotation Interface Arguments
@Target
(
PARAMETER
)
@Retention
(
RUNTIME
)
@Documented
public @interface
Arguments
Analogous to
Argument
but binding with the full
arguments
map.
Since:
1.0.0
Author:
Rossen Stoyanchev