@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface OptimisticLock
Modifier and Type | Required Element and Description |
---|---|
boolean |
excluded
If true, the annotated property change will not trigger a version upgrade
|
Copyright © 2013. All Rights Reserved.