@Documented @Inherited @Retention(value=RUNTIME) @Target(value=METHOD) public @interface Endpoint
| Modifier and Type | Required Element and Description |
|---|---|
String |
description |
String |
operationId |
String |
path |
RequestMethod |
requestMethod |
EndpointResponse[] |
responses |
String |
summary |
| Modifier and Type | Optional Element and Description |
|---|---|
EndpointAuth[] |
requiredAuth |
public abstract String summary
public abstract String description
public abstract RequestMethod requestMethod
public abstract String path
public abstract EndpointResponse[] responses
public abstract String operationId
public abstract EndpointAuth[] requiredAuth
Copyright © 2020. All rights reserved.