View Javadoc

1   // jq_DontAlign.java, created Mon Apr  9  1:30:26 2001 by joewhaley
2   // Copyright (C) 2001-3 John Whaley <jwhaley@alum.mit.edu>
3   // Licensed under the terms of the GNU LGPL; see COPYING for details.
4   package joeq.Class;
5   
6   /***
7    * This interface is used as a marker to signify that the fields in the
8    * class should not be aligned.  This is necessary if the layout must
9    * match another data structure exactly, for example: in
10   * joeq.Scheduler.jq_RegisterState.
11   * 
12   * @see joeq.Scheduler.jq_RegisterState
13   * @author  John Whaley <jwhaley@alum.mit.edu>
14   * @version $Id: jq_DontAlign.java 1931 2004-09-22 22:17:47Z joewhaley $
15   */
16  public interface jq_DontAlign {
17  
18      jq_Class _class = (jq_Class)PrimordialClassLoader.loader.getOrCreateBSType("Ljoeq/Class/jq_DontAlign;");
19  }