- XaddSerialVersionUID - Variable in class org.codehaus.mojo.aspectj.AbstractAjcCompiler
-
Causes the compiler to calculate and add the SerialVersionUID field to any type implementing
Serializable that is
affected by an aspect.
- Xajruntimetarget - Variable in class org.codehaus.mojo.aspectj.AbstractAjcCompiler
-
(Experimental) Allows code to be generated that targets a 1.2 or a 1.5 level AspectJ runtime (default 1.5)
- XAJRUNTIMETARGET_SUPPORTED_VALUES - Static variable in class org.codehaus.mojo.aspectj.AbstractAjcCompiler
-
List holding all accepted values for the Xajruntimetarget parameter.
- XhasMember - Variable in class org.codehaus.mojo.aspectj.AbstractAjcCompiler
-
Enables the compiler to support hasmethod(method_pattern) and hasfield(field_pattern) type patterns, but only
within declare statements.
- Xjoinpoints - Variable in class org.codehaus.mojo.aspectj.AbstractAjcCompiler
-
supply a comma separated list of new joinpoints
that can be identified by pointcuts.
- Xlint - Variable in class org.codehaus.mojo.aspectj.AbstractAjcCompiler
-
Set default level for messages about potential programming mistakes in crosscutting code.
- Xlintfile - Variable in class org.codehaus.mojo.aspectj.AbstractAjcCompiler
-
Specify properties file to set levels for specific crosscutting messages.
- xmlConfigured - Variable in class org.codehaus.mojo.aspectj.AbstractAjcMojo
-
Parameter which indicates an XML file containing AspectJ weaving instructions.
- XnoInline - Variable in class org.codehaus.mojo.aspectj.AbstractAjcCompiler
-
(Experimental) do not inline around advice
- XnotReweavable - Variable in class org.codehaus.mojo.aspectj.AbstractAjcCompiler
-
(Experimental) Create class files that can't be subsequently rewoven by AspectJ.
- Xreweavable - Variable in class org.codehaus.mojo.aspectj.AbstractAjcCompiler
-
(Experimental) runs weaver in reweavable mode which causes it to create woven classes that can be rewoven,
subject to the restriction that on attempting a reweave all the types that advised the woven type must be
accessible.
- XserializableAspects - Variable in class org.codehaus.mojo.aspectj.AbstractAjcCompiler
-
(Experimental) Normally it is an error to declare aspects
Serializable.
- Xset - Variable in class org.codehaus.mojo.aspectj.AbstractAjcCompiler
-
Allows the caller to provide additional arguments in a Map format.
- XterminateAfterCompilation - Variable in class org.codehaus.mojo.aspectj.AbstractAjcCompiler
-
Causes compiler to terminate before weaving