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

com.coreoz.ppt.PptVariable Maven / Gradle / Ivy

package com.coreoz.ppt;

import lombok.Value;

@Value(staticConstructor = "of")
class PptVariable {

	private final String name;
	private final String arg1;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy