cloudendpoints / endpoints-java

A Java framework for building RESTful APIs on Google App Engine
Apache License 2.0
32 stars 35 forks source link

Add parameter-level description with new @Description annotation #15

Closed clementdenis closed 8 years ago

codecov-io commented 8 years ago

Current coverage is 80.48% (diff: 100%)

Merging #15 into master will increase coverage by 0.06%

@@             master        #15   diff @@
==========================================
  Files           155        155          
  Lines          4999       5022    +23   
  Methods           0          0          
  Messages          0          0          
  Branches        839        843     +4   
==========================================
+ Hits           4020       4042    +22   
  Misses          716        716          
- Partials        263        264     +1   

Powered by Codecov. Last update 2f0f672...87d0683

clementdenis commented 8 years ago

Done, I formatted the Swagger files properly too.

I also rebased the current master to avoid conflicts in SwaggerGeneratorTest.java.

tangiel commented 8 years ago

Thanks Clément!