Hi
while trying to iterate all resource methods using the ResourceModel
I've found the Resources returned by Resource#getChildResources will
always claim to have no ResourceMethods at all - the same is true when
taking a visitor approach. This happens no matter how many methods with
@Path annotations are present in the child resource's class.
Is this the expected behavior and if yes, what is the proper way to
iterate over all ResourceMethods?
Stefan