@Retention(value=RUNTIME) @Target(value=METHOD) public @interface MethodMapping
HttpMethod
Modifier and Type | Required Element and Description |
---|---|
String |
value |
Modifier and Type | Optional Element and Description |
---|---|
String |
consumes |
HttpMethod |
httpMethod |
String |
produces |
public abstract String value
public abstract HttpMethod httpMethod
public abstract String consumes
public abstract String produces
Copyright © 2015. All rights reserved.