Component Scan
μ μ
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
@Documented
@Repeatable(ComponentScans.class)
public @interface ComponentScan {
...
}λΉμ μ΄λ¦ μ§μ λ°©μ
Default
@Component
public class MyClass {
}Custom
μ΅μ
μ€μΊ λμ μ§μ
μΆ©λ μ²λ¦¬
Previous[Error] Bean could not be injected because it is a JDK dynamic proxyNextπ±βπ€ Component vs Bean
Last updated