Revision: 3dbbb97748bd
Author: cgruber <[email protected]>
Date: Thu Sep 26 15:47:08 2013 UTC
Log: Edited wiki page OptionalAOP through web user interface.
http://code.google.com/p/google-guice/source/detail?r=3dbbb97748bd&repo=wiki
Modified:
/OptionalAOP.wiki
=======================================
--- /OptionalAOP.wiki Sun May 31 03:55:52 2009 UTC
+++ /OptionalAOP.wiki Thu Sep 26 15:47:08 2013 UTC
@@ -2,7 +2,7 @@
= Optional AOP =
Guice 1.0 was available in a single version that included AOP.
-Guice 2.0 makes AOP optional. If your platform doesn't support bytecode
generation, you can download a version of Guice that doesn't include AOP
support. This is most useful for mobile platforms like
[http://code.google.com/android/ Android]. This version also lacks *fast
reflection* and *line numbers in error messages*. For this reason, we
recommend Guice+AOP 2.0 even in applications that don't use method
interceptors.
+In Guice 2.0 and later, AOP is optional. If your platform doesn't support
bytecode generation, you can download a version of Guice that doesn't
include AOP support. This is most useful for mobile platforms like
[http://code.google.com/android/ Android]. This version also lacks *fast
reflection* and *line numbers in error messages*. For this reason, we
recommend Guice+AOP even in applications that don't use method interceptors.
==Feature Comparison==
@@ -29,3 +29,5 @@
cd build/no_aop/
ant dist
}}}
+
+Building with Maven automatically generates a no_aop artifact.
--
You received this message because you are subscribed to the Google Groups
"google-guice-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-guice-dev.
For more options, visit https://groups.google.com/groups/opt_out.