Package com.newrelic.api.agent.weaver
Annotation Type WeaveIntoAllMethods
-
@Target(METHOD) @Retention(RUNTIME) public @interface WeaveIntoAllMethodsA method with this annotation will be weaved into all methods on the class. Note: This will not weave code into any constructors or static initializers in the class.