@Retention(value=RUNTIME) @Documented @Target(value=FIELD) public @interface Key
@Key is a marker annotation to tell Acid House that the annotated
field is used as the key to get the corresponding entity instance from
the datastore. An entity class must have one Key annotated field.Copyright © 2009-2014 Eiichiro Uchiumi. All Rights Reserved.