Annotation Type PageComponent


  • @Target(TYPE)
    @Retention(RUNTIME)
    @Scope("thread")
    @Component
    public @interface PageComponent
    Marks a class as a page component.

    In contrast to Page page components cannot be used standalone. They can only be used if they are embedded in aPage or PageComponent annotated class.
    Since:
    2.0.0
    Author:
    Oliver Libutzki <[email protected]>