com.clertonleal.proto.DatabaseField Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Proto Show documentation
Show all versions of Proto Show documentation
A simple library to serialize Android cursors in objects.
package com.clertonleal.proto;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
@Retention(RetentionPolicy.RUNTIME)
public @interface DatabaseField {
String columnName();
}