@Retention(value=RUNTIME)
public @interface Resolve
Convert
annotation, used to convert
DomElement
instances to and from string. Converter here is an
instance of DomResolveConverter
.
Uses NameValue
annotation to retrieve the DOM element's name.Modifier and Type | Optional Element and Description |
---|---|
boolean |
soft |
java.lang.Class<? extends DomElement> |
value |
public abstract java.lang.Class<? extends DomElement> value