org.apache.camel.guice.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:

Required Element Summary
 String value
          The JNDI name to bind the value to
 

Element Detail

value

public abstract String value
The JNDI name to bind the value to

Returns:
the name to bind the value to in JNDI


Apache Camel