Annotations: signature -> descriptor; use linkedhashmap

This commit is contained in:
Lucwousin
2020-07-16 22:23:44 +02:00
parent 42affee0f0
commit 663bbc80db
325 changed files with 2478 additions and 2525 deletions

View File

@@ -36,7 +36,7 @@ import java.lang.annotation.Target;
})
public @interface ObfuscatedSignature
{
String signature();
String descriptor();
String garbageValue() default ""; // valid garbage value for last parameter. can't be an Object because Java.
}