@Documented @Target(value={FIELD,ANNOTATION_TYPE}) @Retention(value=RUNTIME) @Repeatable(value=ColumnProperties.class) public @interface ColumnProperty
| 限定符和类型 | 可选元素和说明 |
|---|---|
boolean |
booleanValue |
Class<?> |
classValue |
double |
doubleValue |
int |
intValue |
long |
longValue |
String |
stringValue |
ColumnProperty.Type |
type |
public abstract String key
public abstract ColumnProperty.Type type
public abstract String stringValue
public abstract Class<?> classValue
Copyright © 2025 fossc. All rights reserved.