mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-20 21:40:30 -07:00
Autoformat using tab characters
This commit is contained in:
parent
0b44eca4ba
commit
a3b7beeed7
278 changed files with 22710 additions and 22769 deletions
|
|
@ -3,7 +3,7 @@ package org.openrs2.deob.annotation;
|
|||
import java.lang.annotation.ElementType;
|
||||
import java.lang.annotation.Target;
|
||||
|
||||
@Target({ ElementType.PARAMETER })
|
||||
@Target({ElementType.PARAMETER})
|
||||
public @interface OriginalArg {
|
||||
int value();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ package org.openrs2.deob.annotation;
|
|||
import java.lang.annotation.ElementType;
|
||||
import java.lang.annotation.Target;
|
||||
|
||||
@Target({ ElementType.TYPE })
|
||||
@Target({ElementType.TYPE})
|
||||
public @interface OriginalClass {
|
||||
String value();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,9 +3,11 @@ package org.openrs2.deob.annotation;
|
|||
import java.lang.annotation.ElementType;
|
||||
import java.lang.annotation.Target;
|
||||
|
||||
@Target({ ElementType.CONSTRUCTOR, ElementType.FIELD, ElementType.METHOD })
|
||||
@Target({ElementType.CONSTRUCTOR, ElementType.FIELD, ElementType.METHOD})
|
||||
public @interface OriginalMember {
|
||||
String owner();
|
||||
|
||||
String name();
|
||||
|
||||
String descriptor();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ package org.openrs2.deob.annotation;
|
|||
import java.lang.annotation.ElementType;
|
||||
import java.lang.annotation.Target;
|
||||
|
||||
@Target({ ElementType.LOCAL_VARIABLE, ElementType.PARAMETER })
|
||||
@Target({ElementType.LOCAL_VARIABLE, ElementType.PARAMETER})
|
||||
public @interface Pc {
|
||||
int value();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue