@Documented @Retention(value=RUNTIME) @Target(value=PARAMETER) public @interface Empty
Binds the parameter type's default value to the annotated parameter, i.e. null
or a numeric value
representing zero.
Important: Don't confuse this annotation with Advice.Unused
or
MemberSubstitution.Unused
. This annotation should be used with
MethodDelegation
only.
Copyright © 2014–2024. All rights reserved.