Package net.bytebuddy.asm
Annotation Type MemberSubstitution.Unused
-
@Documented @Retention(RUNTIME) @Target(PARAMETER) public static @interface MemberSubstitution.UnusedIndicates that the annotated parameter should always return a default value (i.e.
0for numeric values,falseforbooleantypes andnullfor reference types).Important: Don't confuse this annotation with
EmptyorAdvice.Unused. This annotation should be used only in combination withMemberSubstitution.Substitution.Chain.Step.ForDelegation.