Package org.forgerock.api.annotations
Annotation Interface SingletonProvider
A marker annotation to indicate that the annotated class should be interpreted as an annotated CREST
singleton provider resource.
Individual operations can then be supported by either annotating a method with the relevant annotation, or by naming the method according to the following convention:
readfor read methods.updatefor update methods.patchfor patch methods.
Action annotation.-
Required Element Summary
Required Elements
-
Element Details
-
value
Handler valueThe details of the handler.
-