org.jboss.ejb3.annotation
Annotation Type RemoteBindings


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

Annotation for specifying the remote jndi bindings for a bean


Required Element Summary
 RemoteBinding[] value
           
 

Element Detail

value

public abstract RemoteBinding[] value