Package de.plushnikov.builder.importbuilder

Source Code of de.plushnikov.builder.importbuilder.TestImportingBuilderClass

package de.plushnikov.builder.importbuilder;

import de.plushnikov.builder.BuilderExample.BuilderExampleBuilder;
import de.plushnikov.builder.BuilderStatic.InnerTest;

public class TestImportingBuilderClass {
    public static void main(String[] args) {
        InnerTest a;
        BuilderExampleBuilder b;
    }
}
TOP

Related Classes of de.plushnikov.builder.importbuilder.TestImportingBuilderClass

TOP
Copyright © 2018 www.massapi.com. 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.