Annotation Interface的使用
cn.taketoday.stereotype.Component
使用Component的程序包
程序包
说明
Java 5 annotation for asynchronous method execution.
Annotations denoting the roles of types or methods in the overall architecture
(at a conceptual, rather than implementation, level).
-
cn.taketoday.context.annotation中Component的使用
修饰符和类型类说明@interfaceIndicates that a method produces a bean to be managed by the container.@interfaceIndicates that a class declares one or more@Componentmethods and may be processed by the container to generate bean definitions and service requests for those beans at runtime, for example:@interfaceContext will create a bean definition when current context were missing -
cn.taketoday.scheduling.annotation中Component的使用
修饰符和类型方法说明ProxyAsyncConfiguration.asyncAdvisor()SchedulingConfiguration.scheduledAnnotationProcessor() -
cn.taketoday.stereotype中Component的使用
注释类型为Component的cn.taketoday.stereotype中的类修饰符和类型类说明@interfaceIndicates that an annotated class is a "Controller" (e.g. a web controller).@interface@interface@interfaceIndicates that an annotated class is a "Service"@interface