@Retention(value=RUNTIME) @Target(value={FIELD,METHOD}) public @interface Key
Parameter | Required | Default | Description |
---|---|---|---|
value | no | java.lang.Object.class | The key property value. |
// The key property for User objects within the users collection is theuserName
attribute. @Key( value = java.lang.Long.class ) private MapuserMap;
public abstract Class value
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.