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

com.squarespace.less.model.HasUserData Maven / Gradle / Ivy

package com.squarespace.less.model;


public interface HasUserData {

  /**
   * Returns any user data attached to this node.
   */
  Object userData();

  /**
   * Attaches the user data to this node.
   */
  void userData(Object userData);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy