package org.test.spring; public class SupertypeFactoryMethodBean { public SupertypeMethodCreatedBean createSupertypeBean() { return null; } }