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

io.sirix.dagger.ResourceName Maven / Gradle / Ivy

package io.sirix.dagger;

import javax.inject.Qualifier;
import java.lang.annotation.Documented;
import java.lang.annotation.Retention;

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

/**
 * A Qualifier for the resource name.
 *
 * @author Joao Sousa
 */
@Qualifier
@Documented
@Retention(RUNTIME)
public @interface ResourceName {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy