I'd like to be able to specify a default view for all properties of a given class that doesn't already have a view defined on it. This would remove the need to annotate every single property.
Something along the lines of:
@JsonDefaultView(A.class)
public class Foo {
}