
META-INF.aop.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of izou Show documentation
Show all versions of izou Show documentation
Izou is a framework used for an addon-based personal assistant
The newest version!
<aspectj> <aspects> <aspect name="org.intellimate.izou.system.sound.replaced.MixerAspect"/> </aspects> <weaver options="-Xset:weaveJavaxPackages=true -verbose -showWeaveInfo -debug"> <!-- Weave types that are within the javax.* or org.aspectj.* packages. Also weave all types in the foo package that do not have the @NoWeave annotation. --> <include within="javax.*"/> <include within="org.intellimate.izou.system.sound.replaced.*"/> <include within="javax.sound.sampled.AudioSystem"/> </weaver> </aspectj>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy