@Qualifier
@Retention(value=RUNTIME)
@Target(value={TYPE,FIELD,METHOD})
public @interface PicketLink
This qualifier annotation is used to provide an EntityManager instance to the Identity Management API
when access to a database is required for JPAIdentityStore.
- Author:
- Shane Bryzak