/* FormOf.java - form-of templates functions. * * Copyright (c) 2013 Andrew Krizhanovsky <andrew.krizhanovsky at gmail.com> * Distributed under EPL/LGPL/GPL/AL/BSD multi-license. */ package wikokit.base.wikt.constant; /** Form-of templates functions. * * @see http://en.wiktionary.org/wiki/Category:Form-of_templates */ public abstract class FormOf { }