From 92663ec27b095d9409be8c5be5089ddf5bb7fd24 Mon Sep 17 00:00:00 2001 From: Marten Deinum Date: Thu, 16 Jul 2015 07:42:49 +0200 Subject: [PATCH] Update book reference Closes gh-838 There is a new version of AspectJ in Action which is now mentioned in the Further Resources section of the AOP chapter. --- src/asciidoc/core-aop.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/asciidoc/core-aop.adoc b/src/asciidoc/core-aop.adoc index 5d9fccdd07d..7377e77439d 100644 --- a/src/asciidoc/core-aop.adoc +++ b/src/asciidoc/core-aop.adoc @@ -3551,7 +3551,7 @@ website]. The book __Eclipse AspectJ__ by Adrian Colyer et. al. (Addison-Wesley, 2005) provides a comprehensive introduction and reference for the AspectJ language. -The book __AspectJ in Action__ by Ramnivas Laddad (Manning, 2003) comes highly +The book __AspectJ in Action, Second Edition__ by Ramnivas Laddad (Manning, 2009) comes highly recommended; the focus of the book is on AspectJ, but a lot of general AOP themes are explored (in some depth).