EJB 3.1 API 1.0.1.Final

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: 107909 $
Author:
Bill Burke

Optional Element Summary
 Class[] value
           
 

value

public abstract Class[] value
Default:
{}

EJB 3.1 API 1.0.1.Final

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.