Annotation Interface CallerSensitive


@Documented @Retention(CLASS) @Target(METHOD) 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.
API Note:
The internal "CallerSensitive" Annotation is not accessible in the public JVM API, and as such, this Annotation serves as a replacement.