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

org.babyfish.jimmer.client.meta.Property Maven / Gradle / Ivy

There is a newer version: 0.9.35
Show newest version
package org.babyfish.jimmer.client.meta;

import org.jetbrains.annotations.Nullable;

public interface Property {

    String getName();

    Type getType();

    @Nullable
    Document getDocument();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy