@Retention(value=RUNTIME) public @interface Concurrent
| Modifier and Type | Required Element and Description |
|---|---|
ConcurrentDataFlavor |
dataFlavor
Denotes or provides a hint as to the nature of the data instructive to vaious checks and operations under a particular concurrency control type or category.
|
ConcurrencyType |
type
Specifies the general category of concurrency or concurrency control under which a property participates
|
public abstract ConcurrencyType type
public abstract ConcurrentDataFlavor dataFlavor
Copyright © 2017. All rights reserved.