| 程序包 | 说明 |
|---|---|
| com.github.yongchristophertang.config | |
| com.github.yongchristophertang.engine.web.annotations |
| 限定符和类型 | 类和说明 |
|---|---|
interface |
Property
Indicates that the annotated field should be replaced by the property configurations.
|
| 限定符和类型 | 类和说明 |
|---|---|
interface |
DELETE
Indicates that the annotated method responds to HTTP DELETE requests.
|
interface |
GET
Indicates that the annotated method responds to HTTP GET requests.
|
interface |
HEAD
Indicates that the annotated method responds to HTTP HEAD requests.
|
interface |
OPTIONS
Indicates that the annotated method responds to HTTP OPTIONS requests.
|
interface |
PATCH
Indicates that the annotated method responds to HTTP PATCH requests.
|
interface |
POST
Indicates that the annotated method responds to HTTP POST requests.
|
interface |
PUT
Indicates that the annotated method responds to HTTP PUT requests.
|
Copyright © 2016. All rights reserved.