com.wordnik.swagger.annotations
Annotation Type ApiOperation


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface ApiOperation


Required Element Summary
 String value
          Long description of the operation
 
Optional Element Summary
 String httpMethod
           
 boolean multiValueResponse
           
 String notes
           
 String responseClass
           
 String tags
           
 

Element Detail

value

public abstract String value
Long description of the operation

responseClass

public abstract String responseClass
Default:
"void"

multiValueResponse

public abstract boolean multiValueResponse
Default:
false

notes

public abstract String notes
Default:
""

tags

public abstract String tags
Default:
""

httpMethod

public abstract String httpMethod
Default:
""


Copyright © 2012. All Rights Reserved.