All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.university.stg Maven / Gradle / Ivy

There is a newer version: 1.6.2
Show newest version


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