mirror of
https://github.com/openjdk/jdk.git
synced 2026-07-12 20:18:00 +00:00
8012689: CallerSensitive annotation should not have CONSTRUCTOR Target
Reviewed-by: chegar
This commit is contained in:
parent
6eca517223
commit
0f6c789843
@ -36,6 +36,6 @@ import static java.lang.annotation.ElementType.*;
|
||||
* @author John R. Rose
|
||||
*/
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@Target({CONSTRUCTOR, METHOD})
|
||||
@Target({METHOD})
|
||||
public @interface CallerSensitive {
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user