javax.ejb
Annotation Type RemoteHome


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

Annotation for specifying the remote home interface for a bean

Version:
$Revision: 1.1.2.3 $
Author:
Bill Burke

Required Element Summary
 java.lang.Class value
           
 

Element Detail

value

public abstract java.lang.Class value