Annotation Interface CallerSensitive


@Documented @Retention(CLASS) @Target({METHOD,CONSTRUCTOR}) public @interface CallerSensitive
Indicates that a method or constructor is sensitive to the context in which it is used
See Also: