![JAR search and dependency download from the Maven repository](/logo.png)
org.openfact.theme.ThemeManagerSelector Maven / Gradle / Ivy
package org.openfact.theme;
import javax.inject.Qualifier;
import java.lang.annotation.*;
@Qualifier
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.METHOD, ElementType.FIELD, ElementType.PARAMETER, ElementType.TYPE})
@Documented
public @interface ThemeManagerSelector {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy