站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.0.0 API 英文版文档

WebRemote (JBoss Seam API Documentation) - JBoss Seam 1.0.0 API 英文版文档


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