org.beanmodelgraph.testcommon.model.child.ConcreteCBar 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;
@Getter
public class ConcreteCBar extends AbstractC{
private int someInt;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy