Package ca.tnt.ldaputils.annotations.processing

Package class diagram package ca.tnt.ldaputils.annotations.processing
This packages is just a hacked together annotation processing system.

See:
          Description

Interface Summary
IAnnotationHandler Annotation callback handler.
 

Class Summary
AnnotationProcessor Processes annotations all the way through a tree of Java classes, using callbacks as the method of handling them.
LdapEntityBinder IAnnotationHandler implementation that processes LPA annotations for the purpose of generating JNDI Attributes for the bind call.
LdapEntityHandler IAnnotationHandler abstract implementation that processes LPA annotations for the purpose of providing a base Class for other LdapEntity annotation processing handlers.
LdapEntityLoader IAnnotationHandler implementation that processes LPA annotations for the purpose of loading the LdapEntity annotated instance from the ldap query results.
 

Package ca.tnt.ldaputils.annotations.processing Description

This packages is just a hacked together annotation processing system. It may be refactored into something more generic and useful, perhaps with generics even. Or, it may be there is a free library out there somewhere, that would allow us to do annotation processing.