@Retention(value=SOURCE)
@Target(value=FIELD)
public @interface Property
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
nameInDb
Name of the database column for this property.
|
Available under the Apache License, Version 2.0 - Copyright © 2011-2016 greenrobot.org. All Rights Reserved.