javax.ejb
Annotation Type LocalHome


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

Annotation for specifying the local 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