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