@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface AspectJConfig
For example you can control which aop.xml files are found on the classpath.
If you do not use this annotation please make sure you have a
META-INF/aop.xml on the classpath.
| 限定符和类型 | 可选元素和说明 |
|---|---|
String[] |
classpathAdditions
Use this to append additional classpath entries.
|
public abstract String[] classpathAdditions
/home/joe/test/META-INF/aop.xml then add /home/joe/test
as classpathAddition.
Depending on your project setup this might also work with relative
parts.Copyright © 2011-2019–2019 Azolla. All rights reserved.