Class Attribute

java.lang.Object
de.intarsys.tools.attribute.Attribute

public class Attribute extends Object
A generic object to be used as a key with IAttributeSupport.

ATTENTION: Do NOT override equals as this is intended to be used in secure environments where foreign code should not be able to gain access to attributes.

  • Constructor Details

    • Attribute

      public Attribute(String name)
  • Method Details