diff options
-rw-r--r-- | org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties b/org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties index 90c527234..306813e8d 100644 --- a/org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties +++ b/org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties @@ -123,6 +123,7 @@ xoption.usage = {compiler.name} non-standard options:\n\ \t-Xreweavable create class files that can be subsequently rewoven\n\ \t by AspectJ\n\ \t-Xreweavable:compress as above, but also compress the reweaving information\n\ +\t-XserializableAspects allows aspects to implement serializable\n\ \t-XnoWeave compile classes but do not weave. Deprecated, use\n\ \t reweavable instead.\n ## options not documented above (per ..ajdt.ajc.BuildArgParser.java): |