@Retention(value=RUNTIME)
@Target(value={METHOD,FIELD})
public @interface ValueConverter
AbstractDeclarativeValueConverterService
to mark them as contributions to all known value converters.| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
rule
The name of the rule that is converted by this value converter.
|
public abstract java.lang.String rule
com.acme.MySuperLang.MyDataTypeRule to
provide value converters for inherited rules that are called with the explicit
notation super::MyDataTypeRule or com::acme::MySuperLang::MyDataTypeRule.