Annotation Type WeaveIntoAllMethods


  • @Target(METHOD)
    @Retention(RUNTIME)
    public @interface WeaveIntoAllMethods
    A 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.