@Retention(value=RUNTIME) @Target(value=METHOD) public @interface Delete
Delete is used to remove an existing resource, meaning that any attempts to do a non-version-specific read of that resource will fail.
Class<? extends IResource>
type
public abstract Class<? extends IResource> type
Copyright © 2014–2016 University Health Network. All rights reserved.