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

de.schegge.leitweg.GrobAdressierung Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version
package de.schegge.leitweg;

import java.util.Optional;

public interface GrobAdressierung {

    default Optional asLandesAdressierung() {
        return Optional.empty();
    }

    default Optional asBundesAdressierung() {
        return Optional.empty();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy