2015-02-10 33 views
0

我有以下我的代碼@Api註釋說明是沒有得到顯示

@Path("/description") 
@Produces(MediaType.APPLICATION_JSON) 
@Api(value="description", description="Service description") 
public class Service{ 
.... 
} 

在招搖UI我能看到

description: true 

而不是

description: Service description 

請幫助。我錯過了什麼?

回答