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

com.github.bootfastconfig.cache.properties.CaffeineCacheProperties Maven / Gradle / Ivy

Go to download

Parent pom providing dependency and plugin management for applications built with Maven

The newest version!
package com.github.bootfastconfig.cache.properties;

import com.github.bootfastconfig.cache.caffeine.CaffeineBuilder;
import lombok.Data;

import java.util.List;

/**
 * @author mister
 */
@Data
public class CaffeineCacheProperties {

    private List caffeineCacheGrouping;

    private Boolean allowNullValues = true;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy