| java.lang.Object org.strecks.injection.internal.InjectionAnnotationReader
InjectionAnnotationReader | public class InjectionAnnotationReader implements ActionBeanAnnotationReader<Injectable>(Code) | | Collects information about the inputs in a stateful action object. Builds an
InjectionWrapper for each property setter method which has an annotation which is
itself annotated using the InjectionFactoryClass annotation
author: Phil Zoio |
readAnnotations | public boolean readAnnotations(Class actionClass)(Code) | | Inspects bean for annotations which themselves are annotated using the
InjectionFactoryClass annotation. The factory class is instantiated, and used
to create an InjectionHandler instance which is itself wrapped using an
InjectionWrapper . Does this for each property, building a map of property
names to InjectionWrapper instances
|
|
|