@Retention(value=RUNTIME) @Target(value=FIELD) @Inherited public @interface Column
String
format
int
length
boolean
NullAble
value
public abstract String value
public abstract boolean NullAble
public abstract int length
public abstract String format
Copyright © 2019. All rights reserved.