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

org.infinispan.factories.AutoInstantiableFactory Maven / Gradle / Ivy

There is a newer version: 9.1.7.Final
Show newest version
package org.infinispan.factories;

/**
 * Component factories that implement this interface can be instantiated automatically by component registries when
 * looking up components.  Typically, most component factories will implement this.  One known exception is the {@link
 * org.infinispan.factories.BootstrapFactory}.
 * 

* Anything implementing this interface should expose a public, no-arg constructor. *

* * @author Manik Surtani * @since 4.0 */ public interface AutoInstantiableFactory { }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy