@Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) public @interface TeaRequires
The annotation should go together with TeaOperation
annotation. It defines list of permissions required to invoke given operation.
If the operations does not have permission annotation, it is considered 'Read-only', and it will require only 'Read' permission.
public abstract String[] value
Copyright © 2015 Cloud Software Group, Inc.. All Rights Reserved.