package com.baeldung.annotations; import org.springframework.stereotype.Component; @Component public class CarUtility { }