On Sun, Aug 18, 2019 at 12:37 AM varun vikas <[email protected]> wrote: > where is code written in jenkins code base of Processing above annotations > using Reflection?
Depends on the annotation. Neither of those examples are processed by Jenkins code at all. One is read by the FindBugs/SpotBugs tool; one is read by the `access-modifier-checker` Maven plugin during the build. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr1OWQea1mjR9LUr%3DoDKit6G%2B1m%3DVMEFPXpxc6jCH24d_w%40mail.gmail.com.
