@Retention(value=RUNTIME) @Target(value=FIELD) public @interface Inject
TargetClass.
The field must not be declared static. If instances of the target class are in the native image
heap, the field also needs to be annotated with RecomputeFieldValue to provide a value
for the native image objects.Copyright © 2018. All rights reserved.