| Home >> All >> com >> aendvari >> tethys >> tag >> [ context Javadoc ] |
Source code: com/aendvari/tethys/tag/context/ContextAncestorTag.java
1 /* 2 * ContextAncestorTag.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.context; 11 12 13 /** 14 * <p>A common class between {@link ContextTag} and {@link ContextBodyTag}.</p> 15 * 16 * @author Scott Milne 17 * 18 */ 19 20 public interface ContextAncestorTag 21 { 22 } 23