@Target(value=METHOD) @Retention(value=RUNTIME) @Inherited public @interface ApiResponse
Modifier and Type | Optional Element and Description |
---|---|
Content |
content |
String |
description |
Link[] |
links |
String |
responseCode
the HTTP response code, or default, for the supplied response
|
public abstract String description
public abstract String responseCode
public abstract Link[] links
public abstract Content content
Copyright © 2017. All rights reserved.