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

io.github.warnotte.obj2gui2.Tests.Complex.ZZ Maven / Gradle / Ivy

Go to download

This library aimed to generated swing interface base on introspection and annotation of DTOs

There is a newer version: 1.3.1
Show newest version
package io.github.warnotte.obj2gui2.Tests.Complex;
import io.github.warnotte.waxlib3.core.TemplatePropertyMerger.property_mode;
import io.github.warnotte.waxlib3.core.TemplatePropertyMerger.Annotations.PROPERTY_interface;

/**
 * @author Warnotte Renaud
 *
 */
public class ZZ
{
	double dudulZ = 1.23;

	@PROPERTY_interface(Operation=property_mode.PROPERTY_MERGEABLE)
	public synchronized double getDudulZ()
	{
		return dudulZ;
	}

	public synchronized void setDudulZ(double dudulZ)
	{
		this.dudulZ = dudulZ;
	
	}
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy