You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2007/03/03 21:38:05 UTC

svn commit: r514239 - /myfaces/core/branches/jsf12/impl/src/main/java/org/apache/AnnotationProcessor.java

Author: bommel
Date: Sat Mar  3 12:38:04 2007
New Revision: 514239

URL: http://svn.apache.org/viewvc?view=rev&rev=514239
Log:
Added annotation handling and resource injection based on the tomcat implementation.
The AnnotationProcessor Interface is a copy from the tomcat 6 src.

Modified:
    myfaces/core/branches/jsf12/impl/src/main/java/org/apache/AnnotationProcessor.java

Modified: myfaces/core/branches/jsf12/impl/src/main/java/org/apache/AnnotationProcessor.java
URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/impl/src/main/java/org/apache/AnnotationProcessor.java?view=diff&rev=514239&r1=514238&r2=514239
==============================================================================
--- myfaces/core/branches/jsf12/impl/src/main/java/org/apache/AnnotationProcessor.java (original)
+++ myfaces/core/branches/jsf12/impl/src/main/java/org/apache/AnnotationProcessor.java Sat Mar  3 12:38:04 2007
@@ -21,7 +21,7 @@
 import java.lang.reflect.InvocationTargetException;
 
 /**
- * Copy from tomcat util we can get this from a repository
+ * Copy from tomcat src until we can get this from a repository
  */
 public interface AnnotationProcessor {