javax.ejb
Annotation Type Local


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

Used on a bean/interface to mark it as a local interface.

Since:
EJB 3.0 version.
Author:
Florent Benoit
See Also:
EJB 3.0 specification

Optional Element Summary
 java.lang.Class[] value
          List of local business interfaces (empty if applied on an interface).
 

value

public abstract java.lang.Class[] value
List of local business interfaces (empty if applied on an interface).

Default:
{}


Copyright © 2008. All Rights Reserved.