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

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