java - ignore interface abstract method to be optimized in Proguard? -
I have a class customistener that is given as below:
public interface CustomList {public abstract zero abd (Arrayist & lt; custom object & gt; list); } This class is in my library and when I created it with Maven and Progord, this method has been customized as the normal alt type type below. How can I do it? Am I
Public Interface CustomListener {Public abstract zero abs (error list); }
Normal signature archive in Java compiler signature Does. The Java Virtual Machine ignores these attributes, so the progesterone removes them by default, you can keep them if necessary, e.g. For reflection or processing libraries: - contractor signature
Comments
Post a Comment