package ch.vorburger.blueprint.common; /** * TODO Final name, and doc! * * @author Michael Vorburger */ public interface Thing<T> { }