Package water.api.TutorialsHandler

Examples of water.api.TutorialsHandler.Tutorials


  //==========================
  // Custom adapters go here

  // Version&Schema-specific filling into the handler
  @Override public Tutorials createImpl() {
    return new Tutorials();                // No fields to fill
  }
View Full Code Here

TOP

Related Classes of water.api.TutorialsHandler.Tutorials

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.