Class AstParserAttribute<T>

java.lang.Object
org.mule.runtime.ast.api.AstParserAttribute<T>
Type Parameters:
T - The type of the attribute value. Please try to stick to basic Java types like Integer, Double, BigDecimal, String, Boolean, etc. to avoid class loading issues when serializing/deserializing these.

public class AstParserAttribute<T> extends Object
Parsing attribute that might be DSL-specific. For example, in case of XML-based DSLs, an attribute could be the position of the opening tag in the source file.
Since:
1.1