Enum | Description |
---|---|
ExperimentalFeature |
The
ExperimentalFeature enumeration is meant to be used with the
Experimental annotation to indicate which feature set experimental
code belongs to. |
TransactionalLock.LockArea |
The area that the lock is being applied to.
|
TransactionalLock.LockType |
The type of lock which should be acquired.
|
Annotation Type | Description |
---|---|
Experimental |
The
Experimental annotation is used to mark an area of code which
contains untested functionality. |
Markdown | |
TransactionalLock |
The
TransactionalLock annotation is used to provide advice around a
joinpoint which will invoke a lock. |
Copyright © 2022 Apache Software Foundation. All rights reserved.