未验证 提交 378e94cb 编写于 作者: G Guide哥 提交者: GitHub

Merge pull request #1169 from xiaod-dev/patch-1

fix multiple annotations NPE
......@@ -872,6 +872,7 @@ System.out.println(string); // Nov 03, 2014 - 07:13
首先定义一个包装类Hints注解用来放置一组具体的Hint注解:
```java
@Retention(RetentionPolicy.RUNTIME)
@interface Hints {
Hint[] value();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册