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

com.boozallen.drift.detection.cdi.DriftDetectionCdiContainer Maven / Gradle / Ivy

package com.boozallen.drift.detection.cdi;

/*-
 * #%L
 * Drift Detection::Core
 * %%
 * Copyright (C) 2021 Booz Allen
 * %%
 * This software package is licensed under the Booz Allen Public License. All Rights Reserved.
 * #L%
 */

import com.boozallen.aissemble.alerting.core.cdi.AlertingCdiContainer;

public class DriftDetectionCdiContainer extends AlertingCdiContainer {
    
    public DriftDetectionCdiContainer() {
        super();
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy