Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tminglei committed Apr 10, 2016
1 parent 60c672d commit 56c3551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ NOTES: if you extend the [MSwaggerHelper](https://github.com/tminglei/binder-swa
## Q & A
**Q:** Why use static code blocks to associate/register operation meta info instead of annotations?
**A:** Well, because annotation requires static defined data structure. But we didn't define java beans in our project.
**A:** Well, because we can't use annotations. Annotation requires static defined data types, but we didn't define java beans in our project.
_(p.s. because of this, we can't also use existing frameworks, like `springfox`.)_
Expand Down

0 comments on commit 56c3551

Please sign in to comment.