@java.lang.annotation.Target(value: [ElementType.TYPE, ElementType.METHOD]) @java.lang.annotation.Retention(value: RetentionPolicy.RUNTIME) @java.lang.annotation.Documented @interface SkipApiKeyCheck
Annotation to skip the check for a valid api key. This annotation can be used to exclude specific actions when RequireApiKey has been specified at the class level because the majority of actions require the key.
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |