Annotation Type Adapter
-
@Retention(RUNTIME) @Repeatable(Adapters.class) @Target({FIELD,TYPE}) public @interface Adapter
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description Class<? extends io.vertigo.core.lang.BasicTypeAdapter>
clazz
io.vertigo.core.lang.BasicType
targetBasicType
-