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

com.github.silent.samurai.speedy.file.impl.metadata.FileKeyFieldMetadata Maven / Gradle / Ivy

There is a newer version: 3.0.1
Show newest version
package com.github.silent.samurai.speedy.file.impl.metadata;

import com.github.silent.samurai.speedy.interfaces.KeyFieldMetadata;
import lombok.Getter;

@Getter
public class FileKeyFieldMetadata extends FileFieldMetadata implements KeyFieldMetadata {

    boolean isKeyField = true;

    @Override
    public boolean shouldGenerateKey() {
        return true;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy