@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface OdinCustomAdapter
Modifier and Type | Required Element and Description |
---|---|
java.lang.Class<? extends OdinAdapter> |
adapter
Define the custom adapter for this field.
|
public abstract java.lang.Class<? extends OdinAdapter> adapter
OdinAdapter