templates.university.stg Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fulib Show documentation
Show all versions of fulib Show documentation
Fulib is a Java-code generating library.
university(packageName) ::= <<
// MIT license
package ;
/**
* Important class
*/
public class University
{
private int foundedYear = 2042;
// old comment
public int getAge()
{
return 42;
}
@Override // no fulib
public String toString()
{
return "Hello";
}
}
// post comment
>>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy