KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > spoon > examples > stack > src > package-info


1 /**
2  * This example implements a simple {@link Stack} that is declared to be bounded
3  * thanks to a {@link Bound} annotation. The processor for this annotation
4  * automatically modifies the <code>push</code> method in order to add a test
5  * on the bound.
6  */

7 package spoon.examples.stack.src;
8
9
Popular Tags