Annotation Interface ConnectionFactoryDefinition


@Retention(RUNTIME) @Target(TYPE) @Repeatable(ConnectionFactoryDefinitions.class) public @interface ConnectionFactoryDefinition
Annotation used to define a Connector Connection Factory resource to be registered in JNDI. Once defined, a resource may be referenced by a component using the lookup element of the Resource annotation.
Since:
1.7
Version:
1.7
See Also: