org.jboss.ejb3.annotation
Annotation Type LocalHomeBinding


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

Annotation for specifying the local home jndi binding for an EJB local interface

Author:
William DeCoste

Required Element Summary
 String jndiBinding
           
 

Element Detail

jndiBinding

public abstract String jndiBinding


Copyright © 2009 JBoss Inc.. All Rights Reserved.