
io.vertx.codegen.annotations.GenIgnore Maven / Gradle / Ivy
package io.vertx.codegen.annotations;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
/**
* The annotated element is ignored by the code generator, this can be used to provide Java exclusive methods that are
* not compatible with the vertx codegen rules.
*
* @author Tim Fox
*/
@Retention(RetentionPolicy.RUNTIME)
public @interface GenIgnore {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy