Package protobuf

Examples of protobuf.PbLanguage


    public static final PbFileType PROTOBUF_FILE_TYPE = new PbFileType();
    public static final Language PROTOBUF_LANGUAGE = PROTOBUF_FILE_TYPE.getLanguage();
    public static final String[] DEFAULT_ASSOCIATED_EXTENSIONS = new String[]{"proto"};

    private PbFileType(){
        super(new PbLanguage());
    }
View Full Code Here

TOP

Related Classes of protobuf.PbLanguage

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.