com.nutanix.devplatform.models.PrettyModeViews Maven / Gradle / Ivy
package com.nutanix.devplatform.models;
public class PrettyModeViews {
public interface PrettyView {} // To be appended to @JsonView classes of any non-hidden field
public interface StandardView extends PrettyView {}
}