java - How to extend predefined annotations in Swagger-2.x -


let's want extend @api annotation support similar should support inherits functionalities of @api annotation.

@api(name = "android device management administrative service", version = "1.0.0",         context = "/api/device-mgt/android/v1.0/admin/devices",         tags = {"devicemgt_android"}) 

by looking @ wiki page count not find clue can achieved has been told. on other hand, use @swaggerdefinition , @extension achieve same thing in evil manner.

let me know best way address problem.


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -