aboutsummaryrefslogtreecommitdiffstats
path: root/documentgen-test/src/main/java/com/yahoo/vespa/document/NodeImpl.java
blob: 4782a3d68754f72d294071f8b0336f71a0f68a4c (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;

import com.yahoo.document.annotation.Annotation;

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

}