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

com.bol.secure.FieldEncryptedPredicate Maven / Gradle / Ivy

package com.bol.secure;

import java.lang.reflect.Field;
import java.util.function.Predicate;

public interface FieldEncryptedPredicate extends Predicate {

    FieldEncryptedPredicate ANNOTATION_PRESENT = field -> field.isAnnotationPresent(Encrypted.class);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy