javax.ejb
Annotation Type Remote


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Remote

Bean class annotation that specifies remote interfaces of the Session bean.

Version:
$Revision: 37459 $
Author:
Bill Burke

Optional Element Summary
 Class[] value
           
 

value

public abstract Class[] value
Default:
{}


Copyright © 2008 JBoss Inc.. All Rights Reserved.