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
io.varhttp
Annotation Interface Controller
@Retention
(
RUNTIME
)
@Target
(
METHOD
)
public @interface
Controller
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
HttpMethod
[]
httpMethods
String
path
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
[]
consumes
String
contentType
String
notes
String
summary
Element Details
path
String
path
httpMethods
HttpMethod
[]
httpMethods
contentType
String
contentType
Default:
""
summary
String
summary
Default:
""
notes
String
notes
Default:
""
consumes
String
[]
consumes
Default:
{}