package org.test.spring; public class FactoryMethodBean { public FactoryCreatedBean createBean() { return null; } }