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

io.quarkiverse.openapi.generator.annotations.GeneratedClass Maven / Gradle / Ivy

The newest version!
package io.quarkiverse.openapi.generator.annotations;

import static java.lang.annotation.ElementType.TYPE;
import static java.lang.annotation.RetentionPolicy.RUNTIME;

import java.lang.annotation.Retention;
import java.lang.annotation.Target;

@Retention(RUNTIME)
@Target(TYPE)
public @interface GeneratedClass {
    String value();

    String tag() default "";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy