Package ch.arrenbrecht.jcite.examples

Contains example classes which show the use of JCite within JavaDoc tags.

See:
          Description

Class Summary
Adder Class that adds a specific value to other values.
 

Package ch.arrenbrecht.jcite.examples Description

Contains example classes which show the use of JCite within JavaDoc tags. The best entry point is Adder. It is normally used like this:

Adder ten = new Adder( 10 );
int result = ten.addTo( 5 );