org.guiceyfruit.jndi
Annotation Type JndiBind


@Target(value={METHOD,CONSTRUCTOR,FIELD,TYPE})
@Retention(value=RUNTIME)
@Documented
public @interface JndiBind

Marks an injection point so that it is bound to the current JNDI context with some JNDI name

Version:
$Revision: 1.1 $

Required Element Summary
 java.lang.String value
          The JNDI name to bind the value to
 

Element Detail

value

public abstract java.lang.String value
The JNDI name to bind the value to

Returns:
the name to bind the value to in JNDI


Copyright © 2009. All Rights Reserved.