@Retention(value=RUNTIME) @Target(value=TYPE) public @interface SingletonProvider
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:
read
for read methods.update
for update methods.patch
for patch methods.Action
annotation.public abstract Handler value
Copyright © 2010-2018, ForgeRock All Rights Reserved.