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

ro.isdc.wro.util.ObjectFactory Maven / Gradle / Ivy

There is a newer version: 2.1.1
Show newest version
/*
 * Copyright (C) 2011.
 * All rights reserved.
 */
package ro.isdc.wro.util;

/**
 * Classic factory interface.
 *
 * @author Alex Objelean
 * @since 1.3.8
 * @created 16 Jun 2011
 */
public interface ObjectFactory {
  T create();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy