@Retention(value=RUNTIME) @Target(value=TYPE) public @interface RequestHandler
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:
create for create methods.read for read methods.update for update methods.delete for delete methods.patch for patch methods.query for query methods.Action annotation.public abstract Handler value
Copyright © 2025 Open Identity Platform Community. All rights reserved.