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

org.solovyev.android.AProperty Maven / Gradle / Ivy

There is a newer version: 1.1.18
Show newest version
package org.solovyev.android;

import android.os.Parcelable;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
import org.solovyev.common.JCloneable;

import java.io.Serializable;

/**
 * User: serso
 * Date: 5/30/12
 * Time: 7:16 PM
 */
public interface AProperty extends Parcelable, JCloneable, Serializable {

    @NotNull
    String getName();

    @Nullable
    String getValue();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy