Files
spring-soap/spring-mvc-java/src/main/java/com/baeldung/annotations/CarUtility.java
fanatixan 506962bc96 Spring annotations article (#4232)
* Spring annotations

* commented VehicleFactoryApplication to fix CI build
2018-05-12 13:43:12 -07:00

8 lines
124 B
Java

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