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

io.quarkus.runtime.annotations.CommandLineArguments Maven / Gradle / Ivy

The newest version!
package io.quarkus.runtime.annotations;

import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

import jakarta.inject.Qualifier;

/**
 * A qualifier that can be used to inject the command line arguments.
 */
@Qualifier
@Retention(RetentionPolicy.RUNTIME)
public @interface CommandLineArguments {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy