@Target(value=TYPE) @Retention(value=RUNTIME) public @interface Precondition
Vendor
s to specify a Precondition
, which must be present in the
BazaarContext
. A Precondition
specifies a key and a value, This key value pair must be present in the
BazaarContext
, otherwise the Vendor
is not asked for a Bid
.Modifier and Type | Fields and Description |
---|---|
static String |
UNASSIGNED
default for values.
|
public static final String UNASSIGNED
public abstract String key
BazaarContext
public abstract String value
BazaarContext
under the specified key. Default is
Precondition
.UNASSIGNEDCopyright © 2019. All rights reserved.