@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface DataTypeInfo
Modifier and Type | Required Element and Description |
---|---|
int |
maxParameters |
int |
minParameters |
String |
name |
int |
priority |
Modifier and Type | Optional Element and Description |
---|---|
String[] |
aliases |
String |
description |
Copyright © 2023 Liquibase.org. All rights reserved.