Skip to content

Commit

Permalink
fix ConfigProperties javadoc (#692)
Browse files Browse the repository at this point in the history
  • Loading branch information
Emily-Jiang authored Apr 26, 2021
1 parent 5147e8c commit 371fb29
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
*
* <pre>
* &#064;ConfigProperties(prefix = "server")
* &#064;Dependent
* public class MyServer {
* public String host; // maps the property name server.host
* public int port; // maps to the property name server.port
Expand Down

0 comments on commit 371fb29

Please sign in to comment.