| Modifier and Type | Fields and Description |
|---|---|
static TargetResolver |
RESOLVER
A
TargetResolver for the DynamicMethodTarget annotation. |
| Modifier and Type | Required Element and Description |
|---|---|
@NonNull Class<? extends DynamicMethodTarget.Function> |
value
Gets the loading function class.
|
public static final TargetResolver RESOLVER
TargetResolver for the DynamicMethodTarget annotation.public abstract @NonNull Class<? extends DynamicMethodTarget.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.