Package com.newrelic.api.agent.weaver
Unreleased feature. The classes in this package are part of a new agent feature that will be supported in a future release.
-
Class Summary Class Description Weaver -
Enum Summary Enum Description MatchType The match type of a weave instrumentation class. -
Annotation Types Summary Annotation Type Description NewField This annotation is applied to member variables of weaved classes (classes marked withWeave) so that they are treated as new fields.SkipIfPresent This marks classes that, if present, should cause an entire weave package to abort loading.Weave Marks a weave instrumentation class.WeaveAllConstructors A constructor with this annotation will be weaved into all constructors of a Weave class.WeaveIntoAllMethods A method with this annotation will be weaved into all methods on the class.WeaveWithAnnotation