Also constructor
This commit is contained in:
@@ -6,7 +6,7 @@ import java.lang.annotation.RetentionPolicy;
|
||||
import java.lang.annotation.Target;
|
||||
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@Target(ElementType.METHOD)
|
||||
@Target({ElementType.METHOD, ElementType.CONSTRUCTOR})
|
||||
public @interface ObfuscatedSignature
|
||||
{
|
||||
String signature();
|
||||
|
||||
Reference in New Issue
Block a user