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

WebRemote (JBoss Seam API Documentation) - JBoss Seam 1.2.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

Optional Element Summary
 String[] exclude
          Specifies a list of paths to exclude from the result's object graph
 

exclude

public abstract String[] exclude
Specifies a list of paths to exclude from the result's object graph

Default:
{}