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

fi.evolver.utils.attribute.ContextRegistrableAttribute Maven / Gradle / Ivy

There is a newer version: 3.5.0
Show newest version
package fi.evolver.utils.attribute;


/**
 * An attribute that may be registered for life-cycle handling by the current context.
 */
public interface ContextRegistrableAttribute extends TypedAttribute {

	Class type();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy