org.jboss.annotation.ejb
Annotation Type RemoteBindings


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

Annotation for specifying the remote jndi bindings for a bean

Version:
$Revision: 1.3 $
Author:
Bill Burke

Required Element Summary
 RemoteBinding[] value
           
 

Element Detail

value

public abstract RemoteBinding[] value