Author: hlship
Date: Sun Jun 6 03:14:28 2010
New Revision: 951811
URL: http://svn.apache.org/viewvc?rev=951811&view=rev
Log:
Document that Alias is deprecated
Modified:
tapestry/tapestry5/trunk/src/site/apt/guide/alias.apt
Modified: tapestry/tapestry5/trunk/src/site/apt/guide/alias.apt
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/src/site/apt/guide/alias.apt?rev=951811&r1=951810&r2=951811&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/src/site/apt/guide/alias.apt (original)
+++ tapestry/tapestry5/trunk/src/site/apt/guide/alias.apt Sun Jun 6 03:14:28
2010
@@ -4,6 +4,9 @@
Introduction
+ <<Alias has been deprecated in 5.2. Use the ServiceOverride service to
accomplish the same
+ goals, easier.>>
+
Tapestry goes to great lengths so that you can use the
{{{inject.html}Inject}} annotation on a field
and provide no additional data, yet end up with the correct object or
service.