1 Reply Latest reply on Sep 2, 2010 6:17 AM by asiandub

    private injection

    nimo22

      As CDI can also inject private fields (I guess, via reflection),
      does it make sense to use this



      private @Inject MyBean m;




      instead of this:



      @Inject MyBean m;