Annotation Interface DgsComponent


@Target(TYPE) @Retention(RUNTIME) @Component @Qualifier("dgs") @Inherited public @interface DgsComponent
Annotation to mark a class for the DGS framework. Each DgsComponent is also a regular Spring Component. The framework will scan each DgsComponent for other annotations.