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

Quick Search    Search Deep

Source code: javax/ide/model/java/source/tree/ModifiersT.java


1   /*
2    * @(#)ModifiersT.java
3    */
4   
5   package javax.ide.model.java.source.tree;
6   
7   /**
8    * A modifiers section of a declaration, including the
9    * annotations. <p/>
10   *
11   * @author Andy Yu
12   * */
13  public interface ModifiersT
14    extends Tree
15  {
16  }