1
2
3
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 }