2010-12-06 03:21:09 +00:00
|
|
|
/* Copyright (c) 2009-2010, Avian Contributors
|
2009-09-19 00:01:54 +00:00
|
|
|
|
|
|
|
Permission to use, copy, modify, and/or distribute this software
|
|
|
|
for any purpose with or without fee is hereby granted, provided
|
|
|
|
that the above copyright notice and this permission notice appear
|
|
|
|
in all copies.
|
|
|
|
|
|
|
|
There is NO WARRANTY for this software. See license.txt for
|
|
|
|
details. */
|
|
|
|
|
|
|
|
package avian;
|
|
|
|
|
2009-09-19 22:21:15 +00:00
|
|
|
public class Addendum {
|
|
|
|
public Object pool;
|
2011-03-18 03:42:15 +00:00
|
|
|
public Object annotationTable;
|
|
|
|
public Object signature;
|
2009-09-19 00:01:54 +00:00
|
|
|
}
|