public abstract static class Devs.DevsFactory
extends Object
implements Factory<IDevs>
Creates an abstract level for all the children classes of this class.
Their own factory should extend this inner class so that the create
method factory can only create instances of IDevs.