jonathan doklovic wrote:
> Hi,
> 
> I downloaded uima today and started looking at the examples.
> I can see classes using things like the FSGenerator interface, but I can
> find that interface in the javadocs.
> 
> am I just missing something?
> 
> - Jonathan

Hi Jonathan,

we only publish javadocs for what we consider to be public
APIs.  Anything in a *.impl package, such as FSGenerator,
is implementation internal.  We don't provide javadocs
so as not to tempt folks to use these.  If you are
interested in the implementation details, feel free to
download the source code distribution.

I hope this explains the missing javadocs.

--Thilo

Reply via email to