| Home >> All >> com >> aendvari >> tethys >> tag >> [ data Javadoc ] |
Source code: com/aendvari/tethys/tag/data/DataAncestorTag.java
1 /* 2 * DataAncestorTag.java 3 * 4 * Copyright (c) 2001, 2002 Aendvari, Ltd. All Rights Reserved. 5 * 6 * See the file LICENSE for terms of use. 7 * 8 */ 9 10 package com.aendvari.tethys.tag.data; 11 12 13 /** 14 * <p>A common class between {@link DataTag} and {@link DataBodyTag}.</p> 15 * 16 * @author Trevor Milne 17 * 18 */ 19 20 public interface DataAncestorTag 21 { 22 } 23