1 /** 2 * Copyright (C) 2010-14 pvmanager developers. See COPYRIGHT.TXT 3 * All rights reserved. Use is subject to license terms. See LICENSE.TXT 4 */ 5 package org.epics.vtype; 6 7 /** 8 * Tag interface to mark all the members of the value classes. 9 * 10 * @author carcassi 11 */ 12 public interface VType { 13 14 }