| Enum | Description |
|---|---|
| InjectionSafe.Reason | |
| InjectionUnsafe.Exploitability |
The likelyhood of a successful attack
|
| InjectionUnsafe.Risk |
The risk, if an attack would succeed
|
| InjectionUnsafe.UnsafeReason | |
| TimeZoneAware.State |
| Annotation Type | Description |
|---|---|
| Alpha |
Classes or methods marked with this Annotation indicate that this API is not stable, and may change any time,
even within minor versions.
|
| Beta |
Classes or methods marked with this Annotation indicate that this API is not stable, and may change with
major versions.
|
| InjectionSafe |
Documents how a field or method is made Injection safe.
|
| InjectionUnsafe |
Documents why a field or method is or might be Injection unsafe.
|
| NotYear2038Safe |
Use this annotation if your class or field is not Year 2038 safe.
|
| ObjectSizeCalculatorIgnore |
A flag annotation to tag fields which should not get counted in the ObjectSizeCalculator.
|
| TimeZoneAware |
Documents whether a certain method is time zone aware.
|
Copyright © 2018 trivago. All rights reserved.