Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

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