Author: hlship
Date: Fri Feb 26 23:08:40 2010
New Revision: 916852
URL: http://svn.apache.org/viewvc?rev=916852&view=rev
Log:
Tweak the JavaDoc for the Scope annotation
Modified:
tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/annotations/Scope.java
Modified:
tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/annotations/Scope.java
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/annotations/Scope.java?rev=916852&r1=916851&r2=916852&view=diff
==============================================================================
---
tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/annotations/Scope.java
(original)
+++
tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/annotations/Scope.java
Fri Feb 26 23:08:40 2010
@@ -33,8 +33,8 @@
* corresponding {...@link ServiceLifecycle} implementation. The linkage from
scope name to service lifecycle occurs via a
* contribution to the {...@link ServiceLifecycleSource} service configuration.
* <p/>
- * The annotation may also be placed directly on a service implementation
class, when using service autobuilding (via
- * the {...@link ServiceBinder}.
+ * The annotation may also be placed directly on a service implementation
class, when using service binding (via
+ * the {...@link ServiceBinder}).
*
* @see org.apache.tapestry5.ioc.ScopeConstants
*/
@@ -46,7 +46,7 @@
public @interface Scope
{
/**
- * An identifier used to look up a non-default lifecycle.
+ * An identifier used to look up a non-default {...@link ServiceLifecycle}.
*/
String value();
}