Annotation Interface Adaptable


@Retention(RUNTIME) @Target(TYPE) public @interface Adaptable
Annotation used on a class to indicate that its type adapter may automatically be generated. The class must have a public no-args constructor.