ca.tnt.ldaputils.annotations
Annotation Type Manager


@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface Manager

We use this as an annotation indicating you want the LdapManager that was used to create this entry, injected into your code. We probably do want this, so that we can connect to multiple ldap servers at the same time, with different objects using different factory instances.

Created : 16-Aug-2010 9:07:25 PM MST

Author:
Trenton D. Adams