XposedHooker should also target TYPE_USE
This commit is contained in:
parent
811c45551f
commit
74534aa0c1
|
|
@ -6,6 +6,6 @@ import java.lang.annotation.RetentionPolicy;
|
|||
import java.lang.annotation.Target;
|
||||
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@Target(ElementType.TYPE)
|
||||
@Target({ElementType.TYPE, ElementType.TYPE_USE})
|
||||
public @interface XposedHooker {
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue