Annotation Type Page


  • @Target(TYPE)
    @Retention(RUNTIME)
    @Scope(scopeName="thread",
           proxyMode=TARGET_CLASS)
    @Component
    public @interface Page
    Marks a class as a page.
    Since:
    2.0.0
    Author:
    Oliver Libutzki <[email protected]>