@Target(value=TYPE)
@Retention(value=RUNTIME)
@Component
@Qualifier(value="dgs")
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.