Annotation Type SpringComponent
-
@Target(TYPE) @Retention(RUNTIME) @Documented @Component public @interface SpringComponent
Convenience alias forComponentto prevent conflicts withComponent.- Author:
- Vaadin Ltd
-
-
Element Detail
-
value
String value
The value may indicate a suggestion for a logical component name, to be turned into a Spring bean in case of an autodetected component.- Returns:
- the suggested component name, if any
- See Also:
Component.value()
- Default:
- ""
-
-