@Retention(value=RUNTIME) @Target(value=PARAMETER) public @interface KeyParam
Annotation for the 'key' parameter to operation. The value will be the identifier of the parent object on which the operation was invoked. The value will be set by Server based on the path of the object on which the operation was invoked.
The parameter with KeyParam
annotation is mandatory for operations on non-TOP_LEVEL types
public abstract String value
Copyright © 2015 Cloud Software Group, Inc.. All Rights Reserved.