Annotation Type DecoratorOrder


@Retention(RUNTIME) @Target({TYPE,METHOD}) @Deprecated public @interface DecoratorOrder
Deprecated.
Use UseExtensionHandlerCustomizer to mark annotations and ExtensionHandlerCustomizationOrder instead.
Determines the order in which SQL method decorators are invoked. If this annotation is absent, the decorator order is undefined. A @DecoratorOrder annotation on a method takes precedence over an annotation on a type.