/** * Copyright (C) 2010-14 diirt developers. See COPYRIGHT.TXT * All rights reserved. Use is subject to license terms. See LICENSE.TXT */ package org.diirt.vtype; /** * Tag interface to mark all the members of the value classes. * * @author carcassi */ public interface VType { }