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

org.akhikhl.gretty.FarmsExtension.groovy Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
/*
 * gretty
 *
 * Copyright 2013  Andrey Hihlovskiy.
 *
 * See the file "license.txt" for copying and usage permission.
 */
package org.akhikhl.gretty

/**
 *
 * @author akhikhl
 */
class FarmsExtension extends FarmsConfig {
 
  @Override
  FarmConfig createFarm() {
    new FarmExtension()
  }
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy