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

com.airlenet.repo.domain.Stateful Maven / Gradle / Ivy

The newest version!
package com.airlenet.repo.domain;

public interface Stateful {

	T getState();

	void setState(T state);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy