AspectJ Facet Page
The page is available only if the AspectJ support plugins are enabled. See Enabling AspectJ Support Plugins.
On this page, you can:
- Specify that the AspectJ compiler ajc should be used only for post-compile weaving.
- Specify the
ajc
command-line optionaspectpath
for the module.
Item | Description |
---|---|
Post-compile weave mode | If you select this checkbox, javac is used to compile the source code. Then, ajc is used to weave the compiled class files. As a result, the overall process takes less time. IMPORTANT: Don't select this checkbox if there are |
Aspect path | Use the available controls to form the aspectpath for the module. |