> To search for "afterUnmarshal" callback, the code uses
> "getDeclaredMethods" which returns only declared methods and
> not inherited ones.
I'm still wondering why JAXB doesn't use a standard practice here:
implement an interface (something like "implements UnmarshalProtocol").
Matthias