On Mon, Nov 23, 2015 at 2:07 PM, Kirill Merkushev <[email protected]> wrote: > when i use @Inject annotation on @Extension class - all works perfectly, > but with any kind of Describable (which should be created same as any > extension i think) it doesn't work.
`Describable`s are not singletons or extensions and cannot be used with `@Inject`. -- 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/CANfRfr0%3DeH8_YhbB5M3aYGOcu70dmrnBA%2BSksc3C0DbJLKaBvA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
