package something; import ch.vorburger.learnapt.SomeAnnotation; /** * Some Class. * * @author Michael Vorburger */ @SomeAnnotation public class Something { }