You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2011/04/30 00:54:46 UTC

svn commit: r1097984 - /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/ComponentInstantiatorSource.java

Author: hlship
Date: Fri Apr 29 22:54:45 2011
New Revision: 1097984

URL: http://svn.apache.org/viewvc?rev=1097984&view=rev
Log:
TAP5-853: Mark the getClassFactory() method as deprecated, and remove getClassSource() entirely

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

Modified: tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/ComponentInstantiatorSource.java
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/ComponentInstantiatorSource.java?rev=1097984&r1=1097983&r2=1097984&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/ComponentInstantiatorSource.java (original)
+++ tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/ComponentInstantiatorSource.java Fri Apr 29 22:54:45 2011
@@ -65,6 +65,8 @@ public interface ComponentInstantiatorSo
     /**
      * Returns a class factory that can be used to generate additional classes around enhanced classes, or create
      * subclasses of enhanced classes.
+     * 
+     * @deprecated Deprecated in 5.3.0, to be removed in 5.4
      */
     ClassFactory getClassFactory();
 
@@ -77,11 +79,6 @@ public interface ComponentInstantiatorSo
     PlasticProxyFactory getProxyFactory();
 
     /**
-     * Returns a class source used when creating new classes dynamically.
-     */
-    CtClassSource getClassSource();
-
-    /**
      * Invalidation event hub used to notify listeners that component classes have changed.
      * 
      * @see org.apache.tapestry5.services.ComponentClasses