You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2013/07/16 23:37:59 UTC

[2/3] git commit: Add cross-reference documentation

Add cross-reference documentation


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/2beaaa9b
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/2beaaa9b
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/2beaaa9b

Branch: refs/heads/master
Commit: 2beaaa9b75faa6799b69687914e685515841e782
Parents: 476669d
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Tue Jul 16 12:53:54 2013 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Tue Jul 16 12:53:54 2013 -0700

----------------------------------------------------------------------
 .../java/org/apache/tapestry5/ioc/services/SymbolProvider.java  | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/2beaaa9b/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/services/SymbolProvider.java
----------------------------------------------------------------------
diff --git a/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/services/SymbolProvider.java b/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/services/SymbolProvider.java
index 7d39037..8a1f134 100644
--- a/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/services/SymbolProvider.java
+++ b/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/services/SymbolProvider.java
@@ -1,4 +1,4 @@
-// Copyright 2006, 2008 The Apache Software Foundation
+// Copyright 2006, 2008, 2013 The Apache Software Foundation
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
@@ -21,6 +21,9 @@ import org.apache.tapestry5.ioc.annotations.UsesMappedConfiguration;
  * <p/>
  * This is the service interface for the FactoryDefaults and ApplicationDefaults services; each of these takes a
  * configuration mapping symbols to their values.
+ *
+ * @see FactoryDefaults
+ * @see ApplicationDefaults
  */
 @UsesMappedConfiguration(String.class)
 public interface SymbolProvider