Interface CallSiteTag

All Superinterfaces:
Serializable
All Known Implementing Classes:
Trusted, Untrusted

public interface CallSiteTag extends Serializable
Marker interface for objects that add metadata to call sites.

This can be used by CpsTransformers to influence how the code is executed, for example by allowing code to run inside sandbox.

Author:
Kohsuke Kawaguchi
See Also: