setMetaFactory abstract method

void setMetaFactory(
  1. String type,
  2. MetaFactory factory
)

Set the Meta factory for the specified type.

Implementation

void setMetaFactory(String type, MetaFactory factory);