| Modifier and Type | Fields and Description |
|---|---|
static TargetResolver |
RESOLVER
A
TargetResolver for the DynamicFieldTarget annotation. |
| Modifier and Type | Required Element and Description |
|---|---|
@NonNull Class<? extends DynamicFieldTarget.Function> |
value
Gets the loading function class.
|
public static final TargetResolver RESOLVER
TargetResolver for the DynamicFieldTarget annotation.public abstract @NonNull Class<? extends DynamicFieldTarget.Function> value
An instance of the function is retrieved/constructed on demand by the implementation in the following order.
getInstance accepting no parameters and returning an instance of the implementation.instance with the same type as and containing an instance of the implementation.INSTANCE with the same type as and containing an instance of the implementation.Values defined for this property should be aware of this, and ensure an instance can be retrieved/constructed.