Package org.forgerock.api.annotations
Annotation Type Actions
-
@Retention(RUNTIME) @Target(METHOD) public @interface Actions
Declare an array ofAction
operations from a single method. Typically this would be used when implementing theCollectionResourceProvider
andSingletonResourceProvider
, where all action operations arrive at a single interface method.
-
-
Element Detail
-
value
Action[] value
The actions.
-
-