org.beanmodelgraph.testcommon.model.child.ConcreteCFoo 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.child;
import lombok.Getter;
import org.beanmodelgraph.testcommon.model.parent.IA;
@Getter
public class ConcreteCFoo extends AbstractC {
private float someFloat;
private IA backToRoot;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy