Annotation Type ExtensionHandlerCustomizationOrder


@Retention(RUNTIME) @Target({TYPE,METHOD}) @Alpha public @interface ExtensionHandlerCustomizationOrder
Determines the order in which extension method decorators are invoked. If this annotation is absent, the decorator order is undefined. A @ExtensionHandlerCustomizationOrder annotation on a method takes precedence over an annotation on a type.
Since:
3.38.0