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

io.vertx.codegen.annotations.GenIgnore Maven / Gradle / Ivy

There is a newer version: 3.6.3
Show newest version
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