com.machinezoo.pmdata.DataWidget Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pmdata Show documentation
Show all versions of pmdata Show documentation
Framework for reactive data-driven and data science websites.
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