Package de.hybris.platform.util
Annotation Type AppendSpringConfiguration
-
@Documented @Retention(RUNTIME) @Target(TYPE) public @interface AppendSpringConfigurationAnnotation, which indicates whether existing Spring context should be enriched with configuration defined in given XML resources. File can define new beans or redefine existing ones. Test class which is annotated by this type should extend ServicelayerBaseSpecification class, but most commonly ServicelayerTransactionalSpockSpecification class. Example usage:@AppendSpringConfiguration(["test-spring.xml"])
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String[]valueReturns array of XML resource names, which should be added to Spring configuration
-