@Retention(value=RUNTIME) @Target(value=FIELD) public @interface BusinessKey
BusinessKey(caseSensitive = false)
String one = "hello world" | Modifier and Type | Optional Element and Description |
|---|---|
boolean |
caseSensitive
Set to true if the field is of type Character or CharSequence to ignore case when comparing.
|
boolean |
composite
Set to true if this key is part of a group where any one of the group needs to be not null.
|
boolean |
required
Set to True to indicate field required to be populated.
|
public abstract boolean caseSensitive
public abstract boolean required
public abstract boolean composite
Copyright © 2010-2016. All Rights Reserved.