javax.ejb
Annotation Type Remote


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

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

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

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

value

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

Default:
{}


Copyright © 2008. All Rights Reserved.