org.fiolino.common.processing.ModelDescriptionContainer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons Show documentation
Show all versions of commons Show documentation
General structure to easily create dynamic logic via MethodHandles and others.
package org.fiolino.common.processing;
/**
* Created by kuli on 08.04.15.
*/
public interface ModelDescriptionContainer {
ModelDescription getModelDescription();
}