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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidredefine(Set<ClassTransformation> markers) Initialize the transformation and subsequent redefinition of classes in the classloader.
-
Constructor Details
-
AnnotationClassTransformationInjector
public AnnotationClassTransformationInjector()
-
-
Method Details
-
redefine
Description copied from interface:ClassTransformationInjectorInitialize the transformation and subsequent redefinition of classes in the classloader.- Specified by:
redefinein interfaceClassTransformationInjector
-