summaryrefslogtreecommitdiffstats
path: root/application-model/src/main/java/com/yahoo/vespa/applicationmodel/DummyJavadocTrigger.java
blob: 79406276885fdb8847341e4696825e34c73ea40d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.vespa.applicationmodel;

/**
 * Dummy class present only to satisfy javadoc plugin.
 *
 * See http://stackoverflow.com/questions/1138390/javadoc-for-package-info-java-only
 *
 * @author bakksjo
 */
final class DummyJavadocTrigger {
    private DummyJavadocTrigger() {}  // Prevents instantiation.
}