
com.github.bordertech.wcomponents.addons.common.AddonsProperties Maven / Gradle / Ivy
The newest version!
package com.github.bordertech.wcomponents.addons.common;
/**
* This class contains references to all constants and configuration options used by TaskMaster.
*/
public final class AddonsProperties {
/**
* Model attribute key for relative WLib components.
*/
public static final String RELATIVE_FLAG_ATTR = "wc_relative";
/**
* Private constructor for static class.
*/
private AddonsProperties() {
//No-impl
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy