org.jboss.seam.annotations
Annotation Type JndiName


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

Specifies the JNDI name of a seam component.

Author:
Gavin King

Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value