@Retention(value=RUNTIME) @Target(value={METHOD,CONSTRUCTOR}) public @interface ConstantTime
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
amortized
Whether the running time is amortized or actual.
|
Copyright © 2018. All rights reserved.