@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface AppendSpringConfiguration
@AppendSpringConfiguration(["test-spring.xml"])
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String[] |
value
Returns array of XML resource names, which should be added to Spring configuration
|
Copyright © 2018 SAP SE. All Rights Reserved.