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

io.castled.cache.CacheWrapper Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
package io.castled.cache;

import lombok.AllArgsConstructor;
import lombok.Data;

@Data
@AllArgsConstructor
public class CacheWrapper {
    private V value;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy