All Downloads are FREE. Search and download functionalities are using the official Maven repository.

spoon.examples.stack.src.package-info Maven / Gradle / Ivy

The newest version!
/**
 * This example implements a simple {@link Stack} that is declared to be bounded
 * thanks to a {@link Bound} annotation. The processor for this annotation
 * automatically modifies the push method in order to add a test
 * on the bound.
 */
package spoon.examples.stack.src;





© 2015 - 2025 Weber Informatics LLC | Privacy Policy