javax.ejb
Annotation Type RemoteHome


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

Annotation for specifying the remote home interface for a bean


Required Element Summary
 java.lang.Class value
           
 

Element Detail

value

public abstract java.lang.Class value