
com.capitalone.dashboard.repository.FeatureFlagRepository Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hygieia-common Show documentation
Show all versions of hygieia-common Show documentation
Core package shared by API layer and Microservices
The newest version!
package com.capitalone.dashboard.repository;
import com.capitalone.dashboard.model.FeatureFlag;
public interface FeatureFlagRepository extends QueryRepository {
FeatureFlag findByName(String name);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy