JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
dev.upcraft.sparkweave.api.annotation
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:
ContextHelper