当前页面:
在线文档首页 >
Java Platform, Enterprise Edition v5.0 API Specifications
Remote (Java EE 5 SDK) - Java Platform, Enterprise Edition v5.0 API Specifications
javax.ejb
Annotation Type Remote
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Remote
Declares the remote business interface(s) for a session bean.
When used on an interface, designates that interface as a remote
business interface. In this case, no value() is provided.
value
public abstract Class[] value
- Default:
- {}
Submit a bug or feature Copyright 2006 Sun Microsystems, Inc. All rights reserved.