This happened to me recently. I had the implementation class marked “abstract”, an artifact of an earlier design. I removed it and the container was able to instantiate the class without a problem.
This happened to me recently. I had the implementation class marked “abstract”, an artifact of an earlier design. I removed it and the container was able to instantiate the class without a problem.