org.jboss.seam.remoting.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:
{}


Copyright © 2011 Seam Framework. All Rights Reserved.