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

org.sahagin.share.srctree.code.UnknownCode Maven / Gradle / Ivy

There is a newer version: 0.10.1
Show newest version
package org.sahagin.share.srctree.code;

public class UnknownCode extends Code {
    public static final String TYPE = "unknown";

    @Override
    protected String getType() {
        return TYPE;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy