Skip to content

Commit f686bb0

Browse files
committed
Merge branch 'master' of github.com:wordnik/swagger-core
2 parents 81b2b14 + 69cdd37 commit f686bb0

File tree

1 file changed

+4
-0
lines changed
  • modules/swagger-annotations/src/main/java/com/wordnik/swagger/annotations

1 file changed

+4
-0
lines changed

modules/swagger-annotations/src/main/java/com/wordnik/swagger/annotations/Api.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@
5959
* <p/>
6060
* The `basePath` is derived automatically by Swagger. This property allows
6161
* overriding the default value if needed.
62+
*
63+
* @since 1.3.7
6264
*/
6365
String basePath() default "";
6466

@@ -110,6 +112,8 @@
110112

111113
/**
112114
* Hides the api.
115+
*
116+
* @since 1.3.8
113117
*/
114118
boolean hidden() default false;
115119
}

0 commit comments

Comments
 (0)