@Retention(value=RUNTIME)
@Target(value={TYPE,FIELD})
public @interface Selector
HtmlAdapter.fromHtml(String) is called.
Can be applied to any field of the following types (or their primitive equivalents)
String
Float
Double
Integer
Long
Boolean
Date
BigDecimal
Element
Any class with default constructor
List of supported type
It can also be used with a class, then you don't need to annotate every field inside it.public abstract java.lang.String attr
public abstract java.lang.String format
public abstract java.lang.String locale
public abstract java.lang.String defValue
public abstract java.lang.Class<? extends ElementConverter> converter
element