com.wordnik.swagger.annotations
Annotation Type ApiProperty


@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface ApiProperty


Optional Element Summary
 String access
           
 String allowableValues
           
 String dataType
           
 String notes
           
 String value
           
 

value

public abstract String value
Default:
""

allowableValues

public abstract String allowableValues
Default:
""

access

public abstract String access
Default:
""

notes

public abstract String notes
Default:
""

dataType

public abstract String dataType
Default:
""


Copyright © 2012. All Rights Reserved.