Package net.bytebuddy.asm
Annotation Interface Advice.Unused
- Enclosing class:
- Advice
Indicates that the annotated parameter should always return a default value (i.e.
0 for numeric values, false
for boolean types and null for reference types). Any assignments to this variable are without any effect.- See Also: