javax.ejb
Annotation Type LocalHome


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

Annotation for specifying the local home interface for a bean


Required Element Summary
 java.lang.Class value
           
 

Element Detail

value

public abstract java.lang.Class value