JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
com.feiniaojin.gracefulresponse.api
Annotation Interface ValidationStatusCode
@Target
({
TYPE
,
FIELD
,
METHOD
})
@Retention
(
RUNTIME
)
@Inherited
public @interface
ValidationStatusCode
指定参数校验的异常码
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
code
异常对应的错误码.
Element Details
code
String
code
异常对应的错误码.
Returns:
异常对应的错误码
Default:
"1"