当前页面:
在线文档首页 >
Java Platform, Enterprise Edition v5.0 API Specifications
Local (Java EE 5 SDK) - Java Platform, Enterprise Edition v5.0 API Specifications
javax.ejb
Annotation Type Local
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Local
When used on the bean class, declares the local business interface(s)
for a session bean. When used on an interface, designates that interface
as a local 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.