@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface WebComponent
Defines a web component, a web component is just an standard component but instead of being annotated with like this
@Component(scope = WebScope.class), it can be annotated with @WebComponent directly.