@Documented @Target(value={FIELD,METHOD}) @Retention(value=RUNTIME) public @interface Type
| Modifier and Type | Optional Element and Description |
|---|---|
Class<? extends com.landawn.abacus.type.Type> |
clazz |
Type.EnumBy |
enumerated |
String |
name |
Type.Scope |
scope |
String |
value
Deprecated.
use
name to specify attribute explicitly. |
@Deprecated public abstract String value
name to specify attribute explicitly.public abstract String name
public abstract Class<? extends com.landawn.abacus.type.Type> clazz
public abstract Type.EnumBy enumerated
public abstract Type.Scope scope
Copyright © 2021. All rights reserved.