@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface RequestProcessing
RequestProcessor| Modifier and Type | Optional Element and Description |
|---|---|
HttpMethod[] |
method
The HTTP request methods the annotated method should process.
|
String[] |
value
The dispatching URI templates of a request.
|
public abstract String[] value
public abstract HttpMethod[] method
Copyright © 2009–2019 B3log. All rights reserved.