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