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

io.github.itroadlabs.apicross.beanvalidation.HasSpecifiedProperties Maven / Gradle / Ivy

The newest version!
package io.github.itroadlabs.apicross.beanvalidation;

import java.util.Set;

public interface HasSpecifiedProperties {
    Set $specifiedProperties();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy