org.jboss.seam.servlet.http
Annotation Type HttpRequest


@Qualifier
@Target(value={TYPE,METHOD,PARAMETER,FIELD})
@Retention(value=RUNTIME)
@Documented
public @interface HttpRequest

A qualifier used to distinguish resources (such as exception handlers) that are appropriate for an HTTP request.

Author:
Dan Allen



Copyright © 2010 Seam Framework. All Rights Reserved.