Annotation Type Empty
-
@Documented @Retention(RUNTIME) @Target(PARAMETER) public @interface EmptyBinds the parameter type's default value to the annotated parameter, i.e.
nullor a numeric value representing zero.Important: Don't confuse this annotation with
Advice.UnusedorMemberSubstitution.Unused. This annotation should be used withMethodDelegationonly.