T - The type of the attribute.@Immutable @ThreadSafe public final class IdentityProperty<T> extends Object
IdentityProvider.| Modifier and Type | Method and Description |
|---|---|
static <T> IdentityProperty<T> |
create(Class<?> namespace,
String name)
Create a property.
|
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
public static <T> IdentityProperty<T> create(Class<?> namespace, String name)
T - the type of the property.namespace - the class *where* the property is being definedname - the name for the propertyIllegalArgumentException - if a property with this namespace and name already existCopyright © 2023. All rights reserved.