提交 73a96c51 编写于 作者: S Stephane Nicoll

Merge pull request #2049 from wonwoo

* pr/2049:
  Fix typo in javadoc
......@@ -40,7 +40,7 @@ import org.springframework.util.StringUtils;
* <p>Composability methods on {@link Predicate} can be used :
* <pre class="code">
* Predicate&lt;Class&lt;?&gt;&gt; predicate =
* HandlerTypePredicate.forAnnotation(RestController)
* HandlerTypePredicate.forAnnotation(RestController.class)
* .and(HandlerTypePredicate.forBasePackage("org.example"));
* </pre>
*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册