Hello Stu, > The JavaBeans spec defines the notion of a getter, and exposes it > reflectively through java.beans.PropertyDescriptor. This matters > because not all "getXXX" methods are getters, and not all getters have > names "getXXX". The Clojure bean function uses beans reflection, you > should take a look at it. Ah, nice to know I've (poorly) implemented the "bean" function :)
Thanks for the information, I keep on learning... All the best, -- Miki -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
