Package org.eclipse.xtext.conversion
Annotation Type ValueConverter
-
@Retention(RUNTIME) @Target({METHOD,FIELD}) public @interface ValueConverterAnnotate methods in your ownAbstractDeclarativeValueConverterServiceto mark them as contributions to all known value converters.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringruleThe name of the rule that is converted by this value converter.
-
-
-
Element Detail
-
rule
java.lang.String rule
The name of the rule that is converted by this value converter. May be a qualified name, e.g.com.acme.MySuperLang.MyDataTypeRuleto provide value converters for inherited rules that are called with the explicit notationsuper::MyDataTypeRuleorcom::acme::MySuperLang::MyDataTypeRule.
-
-