All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.gv2011.m2t.imp.M2tFactoryImp Maven / Gradle / Ivy

There is a newer version: 0.5.6
Show newest version
package com.github.gv2011.m2t.imp;

import com.github.gv2011.m2t.M2t;
import com.github.gv2011.m2t.M2tFactory;

public class M2tFactoryImp implements M2tFactory{

  @Override
  public M2t create() {
    return new M2tImp();
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy