Package de.intarsys.tools.attribute
Class Attribute
- java.lang.Object
-
- de.intarsys.tools.attribute.Attribute
-
public class Attribute extends java.lang.Object
A generic object to be used as a key withIAttributeSupport
.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 Summary
Constructors Constructor Description Attribute(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-