summaryrefslogtreecommitdiffstats
path: root/src/org/uic/ticket/api/spec/IDocumentExtension.java
blob: d34ff949e73706b2b0437973ee50778aedf0fbe5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * 
 */
package org.uic.ticket.api.spec;

/**
 * The Interface IDocumentExtension.
 * 
 * IDocumentExtension provides a transport document that contains purely proprietary extension data.
 * 
 */
public interface IDocumentExtension  extends IDocumentData, IExtension {

}