com.talk2object.plum.interaction.model.Bean Maven / Gradle / Ivy
package com.talk2object.plum.interaction.model;
/**
* It is model class that no class will implement, because any object can be
* java bean. So it is used as specific model class for view factory and view
* builder.
*
* @author jack
*
*/
public interface Bean {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy