JavaDoc Missing Public Classes and Interfaces?
Posted: Fri Feb 21, 2014 11:05 pm
I am new to Omero and was interested in how one annotates the OME model objects and found the following two examples:
Example 1
Example 2
These examples use the following classes and interfaces (the wrong package may be referenced in certain cases, since one of the examples does not include the imports):
Is there a reason why these and other public classes and interfaces appear to be excluded from these JavaDocs or these JavaDocs? If they have been dropped in favor of some other code, are their more up to date annotation examples available?
Thanks.
-=> Gregg <=-
Example 1
Example 2
These examples use the following classes and interfaces (the wrong package may be referenced in certain cases, since one of the examples does not include the imports):
- ome.model.IAnnotated;
- ome.model.annotations.ProjectAnnotationLink;
- ome.model.annotations.FileAnnotation;
- ome.model.annotations.TagAnnotation;
- ome.model.core.OriginalFile;
- ome.model.display.Roi;
- omero.model.ProjectAnnotationLink;
- omero.model.ProjectAnnotationLinkI;
Is there a reason why these and other public classes and interfaces appear to be excluded from these JavaDocs or these JavaDocs? If they have been dropped in favor of some other code, are their more up to date annotation examples available?
Thanks.
-=> Gregg <=-