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

gr.uom.java.xmi.UMLRecordComponent Maven / Gradle / Ivy

Go to download

RefactoringMiner is a library/API written in Java that can detect refactorings applied in the history of a Java project.

There is a newer version: 3.0.9
Show newest version
package gr.uom.java.xmi;

public class UMLRecordComponent extends UMLAttribute {

	public UMLRecordComponent(String name, UMLType type, LocationInfo locationInfo) {
		super(name, type, locationInfo);
		setVisibility(Visibility.PRIVATE);
		setFinal(true);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy