Package org.seedstack.seed
Annotation Type JndiContext
-
@Documented @Retention(RUNTIME) @Target({TYPE,FIELD,METHOD}) @Inherited public @interface JndiContext
This can be used to specify a named JNDI context when applied on a @Resource annotated field.
-
-
Element Detail
-
value
String value
The name of the context to use for resource lookup.- Default:
- ""
-
-