29.7. Annotations for Seam Remoting

Seam Remoting requires that the local interface of a session bean be annotated with the following annotation:
@WebRemote
@WebRemote(exclude="path.to.exclude")
Indicates that the annotated method may be called from client-side JavaScript. The exclude property is optional, and allows objects to be excluded from the result's object graph. (See the Chapter 24, Remoting chapter for more details.)