@Target(value={})
@Retention(value=RUNTIME)
@Inherited
public @interface OAuthScope
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
description
Short description of the scope.
|
java.lang.String |
name
Name of the scope.
|