Class AnnotationClassTransformationInjector

java.lang.Object
com.broadleafcommerce.common.extension.ltw.AnnotationClassTransformationInjector
All Implemented Interfaces:
ClassTransformationInjector

public class AnnotationClassTransformationInjector extends Object implements ClassTransformationInjector
Implementation of ClassTransformationInjector that merges annotations from a template class into a target class. This includes annotations at the class, field, and method level.
See Also: