Annotation Type Traditional


  • @Target({PARAMETER,FIELD,METHOD})
    @Retention(RUNTIME)
    @Documented
    public @interface Traditional
    Marker annotation for a service that should be used for traditional page oriented requests, as opposed to Ajax requests (that send ad-hoc or partial page markup responses.
    See Also:
    ComponentEventRequestHandler