Annotation Interface CallerSensitive


@Target(METHOD) @Retention(RUNTIME) public @interface CallerSensitive
Indicates that a method is "caller-sensitive".
A caller-sensitive method varies its behavior according to the Class of its immediate caller.