Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

Customized ObjectFactory must extends off extend ObjectFactory or any of its decendant descendants and have a default constructor.

...

where foo.bar.MyCustomObjectFactory is the custom object factory.

Code Block
 public class MyObjectFactory extends ObjectFactory {
    .....
 }