Newer
Older
Architecture / src / main / java / architectureTest / Library.java
m1924003 on 16 May 2019 194 bytes package名変更
/*
 * This Java source file was generated by the Gradle 'init' task.
 */
package architectureTest;

public class Library {
    public boolean someLibraryMethod() {
        return true;
    }
}