Back to project page Locast-Core-Android.
The source code is released under:
GNU General Public License
If you think the Android project Locast-Core-Android listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package edu.mit.mobile.android.locast.data.interfaces; import edu.mit.mobile.android.content.column.DBColumn; import edu.mit.mobile.android.content.column.TextColumn; public interface Commentable { @DBColumn(type = TextColumn.class) public static final String COL_COMMENT_DIR_URI = "comment_dir_uri"; }