|
From: Anton <an...@gm...> - 2012-05-18 11:51:39
|
Hello, Every class generated by JiBX should be able to create a deep copy (clone) of itself, so I`m trying to implement a custom class decorator. It simply adds a "deepCopy" method to every class generated by JiBX. So far, so good :) , but I have a question: is there any way I can determine if a class being processed is declared as "abstract"? Knowing that I would make "deepCopy" method abstract as well. Thanks in advance for any suggestions... -- regards Anton |