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

no.difi.certvalidator.util.SimpleProperty Maven / Gradle / Ivy

There is a newer version: 2.2.1
Show newest version
package no.difi.certvalidator.util;

import no.difi.certvalidator.api.Property;

/**
 * @author erlend
 */
public class SimpleProperty implements Property {

    public static  Property create() {
        return new SimpleProperty<>();
    }

    private SimpleProperty() {
        // No action.
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy