Annotation Interface SharedComponent


@Documented @Target(TYPE) @Retention(RUNTIME) @Component @Scope("shared-component") public @interface SharedComponent
Marks an annotated class as a shared component exposed to browsers. Shared components can be fields of controllers, pages, popups or other components. Usually, shared components are for structurizing or for reusing codes. Shared components are singletons. For additional methods including ControllerContext.timeout(String, long, Object...), use ComponentFacade or AbstractComponent.