- Now use an interface and a pluggable mechanism for annotation processing.
authorremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 2 Aug 2006 11:21:46 +0000 (11:21 +0000)
committerremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 2 Aug 2006 11:21:46 +0000 (11:21 +0000)
commit226d31ce5beb74902c91a56db6bfda9e2b223462
tree0075e1fffd13fe5a961855885f06d89690f8c93b
parent67de32d886737c8988997511380f029ca6702d48
- Now use an interface and a pluggable mechanism for annotation processing.
- I'm using the org.apache package due to the need to use this stuff in Jasper ...

git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@427955 13f79535-47bb-0310-9956-ffa450edef68
java/org/apache/AnnotationProcessor.java [new file with mode: 0644]
java/org/apache/catalina/Globals.java
java/org/apache/catalina/core/ApplicationFilterConfig.java
java/org/apache/catalina/core/StandardContext.java
java/org/apache/catalina/core/StandardWrapper.java
java/org/apache/catalina/core/mbeans-descriptors.xml
java/org/apache/catalina/util/AnnotationProcessor.java [deleted file]
java/org/apache/catalina/util/DefaultAnnotationProcessor.java [new file with mode: 0644]