org.stjs.javascript.utils.NameValue Maven / Gradle / Ivy
The newest version!
package org.stjs.javascript.utils;
import org.stjs.javascript.annotation.SyntheticType;
@SyntheticType
public class NameValue {
public String name;
public String value;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy