Proxy Creator
Identifier:
com.yakindu.bridges.ea.core.proxyCreator
Since:
1.0.0
Description:
During loading, cross references should be initialized with proxies.
This creator is responsible for creating such proxies.
Configuration Markup:
<!ELEMENT extension (proxyCreator)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT proxyCreator EMPTY>
<!ATTLIST proxyCreator
proxy_creator CDATA #REQUIRED>
- proxy_creator - The Proxy Creator class must implement the IProxyCreator interface.