| java.lang.Object org.strecks.injection.factory.AnnotationFactoryUtils
AnnotationFactoryUtils | abstract public class AnnotationFactoryUtils (Code) | | Utility methods used by the InjectionHandlerFactory implementations
author: Phil Zoio |
getAttributeName | protected static String getAttributeName(String propertyName, String attributeName)(Code) | | Returns the name of the annotated property if not already supplied
|
maybeAutoCreate | public static Object maybeAutoCreate(Class autoCreateClass)(Code) | | Uses the Class.newInstance() to instantiate the supplied class. Used for injection annotations
which allow for instances of injected object to be automatically created if the current instance in the supplied
context is null
|
|
|