![JAR search and dependency download from the Maven repository](/logo.png)
spoon.examples.nton.annotation.Nton Maven / Gradle / Ivy
The newest version!
package spoon.examples.nton.annotation;
public @interface Nton {
int n() default 1;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package spoon.examples.nton.annotation;
public @interface Nton {
int n() default 1;
}