Annotation Type WeavedMethod


  • @Target({METHOD,CONSTRUCTOR})
    @Retention(RUNTIME)
    public @interface WeavedMethod
    Marks a weaved method.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String[] source
      An array of instrumentation package titles indicating the source of the weave instrumentation.
    • Element Detail

      • source

        java.lang.String[] source
        An array of instrumentation package titles indicating the source of the weave instrumentation.
        Returns: