@Documented
@Retention(value=RUNTIME)
@Target(value={ANNOTATION_TYPE,TYPE})
@Bean
@DefaultScope(value=jakarta.inject.Singleton.class)
public @interface MessageListener
Generic stereotype annotation that should be applied to other annotations that indicate to Micronaut,
which classes are message listeners.
- Since:
- 1.0
- Author:
- Graeme Rocher