Class AbstractProducer<T>

    • Constructor Detail

      • AbstractProducer

        public AbstractProducer()
    • Method Detail

      • checkDelegateInjectionPoints

        protected void checkDelegateInjectionPoints()
      • getAnnotated

        public abstract Annotated getAnnotated()
      • getBean

        public abstract Bean<T> getBean()
        Returns a Bean this producer is associated with or null if no such bean exists.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object