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

io.github.sporklibrary.interfaces.ObjectBinder Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
package io.github.sporklibrary.interfaces;

/**
 * Used by the caching mechanism to bind one or more annotations for a specified object.
 */
public interface ObjectBinder
{
	/**
	 * Bind one or more annotations for the specified object
	 * @param object the object to bind annotations for
	 */
	void bind(Object object);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy