Class ConcreteFactory<F>

  • All Implemented Interfaces:
    Factory<Integer>

    @Service
    public class ConcreteFactory<F>
    extends AbstractFactory<Short,​Long,​Integer,​F>
    The class that corresponds to the Factory provide method is not first, it is not last, it is somewhere in the middle (the Integer)
    Author:
    jwells