summaryrefslogtreecommitdiffstats
path: root/documentgen-test/src/main/java/com/yahoo/vespa/document/dom/DocumentImpl.java
blob: fd9b8b46711d81e29d928ad8ad16930cca3bd72c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright 2017 Yahoo Holdings. 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 {

}