package x.q; import java.lang.annotation.Annotation; import java.util.List; import lanchon.dexpatcher.annotation.DexIgnore; @DexIgnore public interface a { @DexIgnore List getAnnotations(); }