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

com.machinezoo.pmdata.DataWidget Maven / Gradle / Ivy

The newest version!
// Part of PMData: https://pmdata.machinezoo.com
package com.machinezoo.pmdata;

import java.lang.annotation.*;
import com.machinezoo.stagean.*;

@DraftApi
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
public @interface DataWidget {
	String name() default "";
	String value() default "";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy