Package org.mule.runtime.ast.api
Interface ComponentGenerationInformation
@NoImplement
public interface ComponentGenerationInformation
Object containing information about the creation of the owning object.
- Since:
- 1.0
-
Field Summary
Fields -
Method Summary
-
Field Details
-
EMPTY_GENERATION_INFO
-
-
Method Details
-
getSyntax
Optional<org.mule.runtime.extension.api.dsl.syntax.DslElementSyntax> getSyntax()- Returns:
- the information about the XML representation of the owning component, if available.
-