All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.googlecode.dex2jar.tools.to.Do Maven / Gradle / Ivy

package com.googlecode.dex2jar.tools.to;

public final class Do {

    private Do() {
        throw new UnsupportedOperationException();
    }

    /**
     *
     */
    public static void main(String... args) {
        System.out.println("This is not supported!");
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy