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

delombok.io.github.qsy7.encryption.property.EncryptionSaltLength Maven / Gradle / Ivy

The newest version!
package io.github.qsy7.encryption.property;

import io.github.qsy7.property.api.annotation.DefaultValue;
import io.github.qsy7.property.api.property.ConfigurableProperty;

public interface EncryptionSaltLength extends ConfigurableProperty {
  @DefaultValue int L_8 = 8;
  int L16 = 16;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy