[jboss-svn-commits] JBL Code SVN: r22421 - labs/jbossrules/trunk/drools-core/src/main/java/org/drools/util.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Thu Sep 4 20:53:23 EDT 2008
Author: michael.neale at jboss.com
Date: 2008-09-04 20:53:23 -0400 (Thu, 04 Sep 2008)
New Revision: 22421
Modified:
labs/jbossrules/trunk/drools-core/src/main/java/org/drools/util/ReflectiveVisitor.java
Log:
my thoughts (comment change only)
Modified: labs/jbossrules/trunk/drools-core/src/main/java/org/drools/util/ReflectiveVisitor.java
===================================================================
--- labs/jbossrules/trunk/drools-core/src/main/java/org/drools/util/ReflectiveVisitor.java 2008-09-04 20:58:45 UTC (rev 22420)
+++ labs/jbossrules/trunk/drools-core/src/main/java/org/drools/util/ReflectiveVisitor.java 2008-09-05 00:53:23 UTC (rev 22421)
@@ -2,13 +2,13 @@
/*
* Copyright 2005 JBoss Inc
- *
+ *
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -25,7 +25,10 @@
* Java Tip 98: Reflect on the Visitor design pattern. Implement visitors in
* Java, using reflection.
* http://www.javaworld.com/javaworld/javatips/jw-javatip98.html
- *
+ *
+ * Michael Neale says: I really hate this code. Not really a helpful use
+ * of reflection, always annoys me.
+ *
* @author Jeremy Blosser
*/
public abstract class ReflectiveVisitor
More information about the jboss-svn-commits
mailing list