org.beanmodelgraph.testcommon.model.parent.IC Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bmg-test-common Show documentation
Show all versions of bmg-test-common Show documentation
Bean model graph - bmg-test-common
The newest version!
package org.beanmodelgraph.testcommon.model.parent;
public interface IC {
String getSomeString();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy