Commit 7ecec30
committed
Allow VendorExtensions to process @context params
Currently, parameters that have @context annotation are ignored by the Reader. This is fine for automatically processed parameters, but with Vendor Extensions, it would be nice to be able to extend the model with additional parameter information for these parameters.1 parent 400662d commit 7ecec30
File tree
1 file changed
+1
-1
lines changed- modules/swagger-jaxrs/src/main/java/io/swagger/jaxrs
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments