JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
org.glowroot.agent.plugin.api.weaving
Annotation Interface MixinInit
@Target
(
METHOD
)
@Retention
(
RUNTIME
)
public @interface
MixinInit
Designates a method in a @
Mixin
class that should be called exactly once during the construction of each target type. See
Mixin
for more detail.