|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD,PARAMETER})
@Documented
public @interface RootKeyTags a key attribute or parameter as a root entity one, so just the Base58 ID value can be used instead of the full serialized key
| Required Element Summary | |
|---|---|
java.lang.Class<?> |
value
The persistent class to be used for deserializing. |
| Optional Element Summary | |
|---|---|
RootKey.RootKeyType |
type
The key type. |
| Element Detail |
|---|
public abstract java.lang.Class<?> value
public abstract RootKey.RootKeyType type
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||