package com.baeldung.web; import org.springframework.stereotype.Component; @Component public class BeanB { public BeanB() { super(); } }