I'm using void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
in my beans and have got the complier set to fail if parameters are not used.
The compiler seems to be okay with unused parameters if I override a superclass/interface that has a javadoc for the param.
But I can't find any class to override the afterUnmarshall method. Is there no unmarshaller interface or something like it to solve this problem?