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

org.unidal.lookup.container.model.IEntity Maven / Gradle / Ivy

The newest version!
package org.unidal.lookup.container.model;

public interface IEntity {
   public void accept(IVisitor visitor);

   public void mergeAttributes(T other);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy