@Target(value=METHOD) @Retention(value=RUNTIME) public @interface GetTags
type() attribute, and the method should not have an ID or
Version ID parameter. On server implementations, the method must be defined
in a plain provider.type() attribute
specifying the resource type, and the method should not have an ID or Version
ID parameter. Note that for a server implementation, the type()
annotation is optional if the method is defined in a resource provider, since the type is implied.type() attribute
specifying the resource type, and the method should have a parameter of type
IdDt annotated with the IdParam annotation. Note that for a
server implementation, the type() annotation is optional if the
method is defined in a resource provider, since the type is implied.type()
attribute specifying the resource type, and the method should have a
parameter of type IdDt annotated with the VersionIdParam
annotation, and a parameter of type IdDt annotated with the
IdParam annotation. Note that for a server implementation, the
type() annotation is optional if the method is defined in a resource provider, since the type is implied.Copyright © 2014–2016 University Health Network. All rights reserved.