Package net.bytebuddy.asm
Annotation Type Advice.Unused
-
@Documented @Retention(RUNTIME) @Target(PARAMETER) public static @interface Advice.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
EmptyorMemberSubstitution.Unused. This annotation should be used only in combination withAdvice.- See Also:
Advice,Advice.OnMethodEnter,Advice.OnMethodExit