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

org.beanmodelgraph.testcommon.model.child.ConcreteCBar Maven / Gradle / Ivy

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