package uk.ac.ox.oucs.vle.resources; /** * These are marker classes that are used in JSON serialisation to limit the properties and nested objects * that are returned. */ public class Views { static public class Flat {} }