On Wed, Sep 11, 2019 at 2:35 PM Mez Pahlan <[email protected]> wrote: > > As for running an annotation processor in a plugin, isn't that how > > @MetaInfService, @Indexed, @Restricted, and the like, are handled at > > compile time? > > Errr...... pass. I don't know about these. Are you saying I should use these > instead or that I am OK to use an annotation processor as these are examples > of where ones are already in use?
I'm just thinking out loud. Those are annotations used in Jenkins that use an annotation processor, so in theory, you should be able to use additional annotation processors like the one in Dagger2. -- Matt Sicker Senior Software Engineer, CloudBees -- 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/CAEot4oyq1Zd5vpey_21y8K3R1OB5K-ame6div2Bs6b0T%2Bs2QDg%40mail.gmail.com.
