You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2019/05/23 08:32:48 UTC

[GitHub] [skywalking] wu-sheng commented on issue #2743: where is NeedSnifferActivation annotaion handled?

wu-sheng commented on issue #2743: where is NeedSnifferActivation annotaion handled?
URL: https://github.com/apache/skywalking/issues/2743#issuecomment-495120463
 
 
   Nowhere. This is an annotation for dev. Check the source codes.
   ```java
   /**
    * The <code>NeedSnifferActivation</code> annotation is flag for reader and maintainers,
    * which represents this method should be activated/intercepted in sniffer.
    *
    * @author wusheng
    */
   @Target({ElementType.METHOD, ElementType.CONSTRUCTOR})
   @Retention(RetentionPolicy.SOURCE)
   public @interface NeedSnifferActivation {
       String value() default "What should interceptor do?";
   }
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services