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