Its a graph with cycles, still has a simple graph style visitor pattern for a spanning
tree. What I'm looking for is something like:
| interface BeanInfoVisitor
| {
| /** return true if the bean should be visited */
| boolean visit(BeanInfo bean);
| void visit(BeanInfo bean, ClassInfo info);
| void visit(BeanInfo bean, PropertyInfo info);
| void visit(BeanInfo bean, MethodInfo info);
| }
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134600#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...