
fi.evolver.utils.attribute.ContextRegistrableAttribute Maven / Gradle / Ivy
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