aboutsummaryrefslogtreecommitdiffstats
path: root/documentgen-test/src/main/java/com/yahoo/vespa/document/dom/DocumentImpl.java
blob: 5bc4f9af8844849fd058b9a99b8eb73c73589873 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.vespa.document.dom;

import com.yahoo.document.annotation.Annotation;

/**
 * Example of user provided annotation subtype that vespa-documentgen-plugin supports
 *
 * @author vegardh
 */
public class DocumentImpl extends Annotation {

}