KbAnnotationService Object Services | 3 | ![]() |
The KbAnnotationService module is defined in the file named:
It's version information is:
$Id: KbAnnotationService.idl,v 1.38 1997-08-07 17:03:11-04 wlf Exp $
It is defined in the Java package named:
org.cert.KbAnnotationService
module KbAnnotationService
{
Forward declarations:
interface Annotation;
interface Attachment;
interface Reference;
Sequence declarations:
typedef sequence<Annotation> SeqOfAnnotation;
typedef sequence<Attachment> SeqOfAttachment;
typedef sequence<Reference> SeqOfReference;
interface Annotation {
};
interface Attachment : Annotation {
};
interface Reference : Annotation {
};
};