You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by dr...@apache.org on 2010/07/24 13:40:30 UTC

svn commit: r978850 - /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/ValueEncoderSource.java

Author: drobiazko
Date: Sat Jul 24 11:40:30 2010
New Revision: 978850

URL: http://svn.apache.org/viewvc?rev=978850&view=rev
Log:
TAP5-1216: ValueEncoderSource does not define a @UsesMappedConfiguration annotation

Modified:
    tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/ValueEncoderSource.java

Modified: tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/ValueEncoderSource.java
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/ValueEncoderSource.java?rev=978850&r1=978849&r2=978850&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/ValueEncoderSource.java (original)
+++ tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/ValueEncoderSource.java Sat Jul 24 11:40:30 2010
@@ -1,4 +1,4 @@
-// Copyright 2007, 2008 The Apache Software Foundation
+// Copyright 2007, 2008, 2009, 2010 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.
@@ -15,10 +15,12 @@
 package org.apache.tapestry5.services;
 
 import org.apache.tapestry5.ValueEncoder;
+import org.apache.tapestry5.ioc.annotations.UsesMappedConfiguration;
 
 /**
  * A source for value encoders based on a property type.
  */
+@UsesMappedConfiguration(key=Class.class, value=ValueEncoderFactory.class)
 public interface ValueEncoderSource
 {
     /**