Also constructor

This commit is contained in:
Adam
2016-03-10 23:26:43 -05:00
parent 87b0a36fbb
commit f64fd20d58

View File

@@ -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();