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.


Optional Element Summary
 java.lang.Class[] value
           
 

value

public abstract java.lang.Class[] value
Default:
{}