From 55d0bbdaf4459f2efbeca045b8dce06cb68f9dd1 Mon Sep 17 00:00:00 2001 From: acolyer Date: Tue, 27 Jul 2004 15:59:30 +0000 Subject: [PATCH] added -XserializableAspects --- .../src/org/aspectj/ajdt/ajc/messages.properties | 1 + 1 file changed, 1 insertion(+) 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): -- 2.39.5