提交 944c3a8c 编写于 作者: M mchung

8012689: CallerSensitive annotation should not have CONSTRUCTOR Target

Reviewed-by: chegar
上级 afde757b
...@@ -36,6 +36,6 @@ import static java.lang.annotation.ElementType.*; ...@@ -36,6 +36,6 @@ import static java.lang.annotation.ElementType.*;
* @author John R. Rose * @author John R. Rose
*/ */
@Retention(RetentionPolicy.RUNTIME) @Retention(RetentionPolicy.RUNTIME)
@Target({CONSTRUCTOR, METHOD}) @Target({METHOD})
public @interface CallerSensitive { public @interface CallerSensitive {
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册