users@jaxb.java.net

AW: Inheritance and class callback methods

From: Ernst, Matthias <matthias.ernst_at_coremedia.com>
Date: Fri, 6 Oct 2006 16:47:37 +0200

> 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