@Target(value=FIELD) @Retention(value=RUNTIME) @Documented @Inherited public @interface Field
| Modifier and Type | Optional Element and Description |
|---|---|
String |
comment
注释
|
boolean |
hasDefault
是否有默认值
|
boolean |
isCanNull
字段是否为null
|
int |
length
字段长度
|
public abstract String comment
Copyright © 2015. All rights reserved.