Simple-Code-Generator/src/main/java/Library.java

9 lines
166 B
Java

/*
* This Java source file was generated by the Gradle 'init' task.
*/
public class Library {
public boolean someLibraryMethod() {
return true;
}
}