org.jboss.seam.annotations
Annotation Type WebRemote


@Target(value=METHOD)
@Documented
@Retention(value=RUNTIME)
public @interface WebRemote

Indicates that the annotated method is accessible via the remoting framework.

Author:
Shane Bryzak